1
vote
2answers
14 views

innodb rollback on timeout

I have a mysql 5.1 db running a stored proc with START TRANSACTION Insert some rows to table 1 Insert some rows to table 2 COMMIT Calling this stored procedure ...
0
votes
0answers
16 views

MySQL, linking data, constructing keys, insert into and update

I have information relevant to specific groups of a table A. So I sort out these relevant groups and make an entry containing the group-specific information in a second table B. Up to this point no ...
0
votes
0answers
19 views

How to make user managed transaction in jBoss

I'm using JBossV5 as my application server. It provides the connection for mysql and I'm using jdbc in my application. I want to manually commit transaction. I know it is not possible to use ...
0
votes
0answers
9 views

MySql transactions to be used ina web app to make group of correlated updates

So basically , i am working on a website which has a post,notifications system . So when someone posts the following happens -> 1) The posts table is updated 2) Depending on the subscribers list , ...
0
votes
2answers
33 views

Wanted [ Example of SQL transactions ] [closed]

I am fairly new to SQL. Currently I am trying to understand transactions and I am getting pretty lost. So I would like if you could just show me few examples of SQL transactions. What I think I have ...
0
votes
0answers
30 views

MySQL Rows inserted just disappear

Here is the scenario: UPDATED Thanks to anakata for pointing out table locks and problems with overlapping sessions. Start Transaction Run a bunch of queries, these 2 in particular (private data ...
0
votes
0answers
16 views

MySQL/node.js transactions within a stored procedure intermix

I am using a single MySQL client for multiple HTTP requests in node.js. So if I run transactions the queries could probably intermix. For example the first page request runs a transaction on the MySQL ...
0
votes
1answer
29 views

If a MySQL/InnoDB 'lock wait timeout' happens, is the lock given anyway when it's free?

We have a high performance Django web application that makes use of MySQL's InnoDB's row level locking. At a point in our code we see (in process A) if a particular row in a table is available by ...
0
votes
1answer
50 views

Mysql commit sometimes takes minutes to finish

Ive been having this problem for over 1 week now. Ive allready gone though the similar problems other people had here on stackoverflow. Im running Mysql 5.6.10. "query end" step very long ...
0
votes
1answer
29 views

PHP and MySQLi check if in transaction

Is there any way to get if currently I'm inside of any transaction? For example: get if MySqli::autocommit is 'on' or 'off'? Need this because my project is using memcache, which should only be ...
0
votes
1answer
53 views

Hibernate & Spring 3 not saving

I am using hibernate 3 and spring 3.0.7, I am trying to get my code to save an entity to the database but it just won't do it. I have tried everything with it but it seems like there is something I ...
1
vote
1answer
29 views

mysql and php PDO - what happens to an uncommited transaction if connection closes unexpectedly?

I'm aware of this question but this question is different since the DBMS is different. I'm developing something so, if some error is encountered, whole script terminates, sometimes while in a ...
0
votes
0answers
33 views

Rollback not working in MySQL 5.0.96

Rollback not working in MySQL The user table engine is InnoDB. This is what I have. mysql> SHOW VARIABLES LIKE 'have_innodb'; +---------------+-------+ | Variable_name | Value | ...
0
votes
2answers
44 views

Transaction in mysql

I am working on a c# application with Mysql database(version 5.5). I am facing an issue where I need to catch an exception occurred in Mysql. It doesn't matter whether it is caught in Mysql or in ...
0
votes
1answer
18 views

Transactions when writing to two or more different data-storages

Let's suppose that we have two data storages: MySQL(innodb) & Redis. We need to write some data to both storages and do it in transaction. try { $Mysql->transaction(); //start mysql ...
1
vote
0answers
18 views

Best approach for archiving transactional data in MySQL 5.5

I'm new to MySQL. I'm looking into setting up a MySQL 5.5 instance on Amazon's RDS. I have worked with DB2 in the past as a developer, but not as a DBA. I have a requirement to store transactional ...
0
votes
1answer
53 views

Issue about transaction in CodeIgniter

I have 2 models: modelA, modelB. I want to implement 2 operations which are related to these models in the CI's transaction in myController. E.x: $this->db->trans_start(); ...
0
votes
1answer
16 views

MySQL transactions: reads while writing

I'm implementing PayPal Payments Standard in the website I'm working on. The question is not related to PayPal, I just want to present this question through my real problem. PayPal can notify your ...
1
vote
1answer
15 views

Transaction, set isolation level

I have been reading about setting the isolation levels of transactions. But couldn't really find a straight answer to the simple question: Do I first set the isolation level and then start the ...
1
vote
1answer
42 views

MySQL command line and transactions

I have a question about MySQL and have been unable to find an answer. I know auto-commit is turned on by default in MySQL. I need to run a few update queries from the command line in one transaction ...
0
votes
1answer
41 views

rollback nested transaction in java

We run junit tests to test our java codebase. Each test will read/write some data to a mysql database(possibly multiple tables). It seems that the tests are leaving behind data that is interfering ...
1
vote
1answer
44 views

How do I implement this code into a transaction?

I'm currently using a Transaction for my form which includes an image uploader but not being familiar with transactions I'm not sure how I can also add the following code to my transaction. This is ...
1
vote
2answers
39 views

How to prevent mysql implicit commit

The mysql documentation states that certain statements will cause an implicit commit during a transaction. For example: CREATE TABLE foo (bar INT); START TRANSACTION; INSERT INTO foo VALUES (1); ...
0
votes
0answers
33 views

MySQL error 23000 in same time requests generating custom code PHP - MySQL

I need to generate a code for every record in table A. The code is generated based on the number of rows that exist in the table. So, if table A has 5 records, the code should be something like ...
1
vote
1answer
27 views

Using transactions inside double for loop

How can I create transactions for queries ? for every new account I'm creating 210 new records into the database. I need transactions because the 210 queries taking time and I use the ...
4
votes
1answer
67 views

Hibernate / MySQL concurrency issue

I get an insanely strange result with Hibernate (4.1.9.Final) and MySQL (14.14 Distrib 5.5.29, InnoDB table): When I persist something to the database using one thread and try to fetch it using ...
0
votes
2answers
49 views

MySQL transactions and concurrent inserts

I've got this script made by someone and I looked over it and found something I'm not sure is safe: Inside a transaction there are 2 consecutive inserts, in 2 different tables, both with auto ...
-2
votes
2answers
32 views

A few quesitons about MySQL transactions

I am new on MySQL and would like to learn more about it. I am reading through myseql doc, which at the moment is difficult to understand. Can you please explain, are these true or false? 1 - In ...
0
votes
0answers
57 views

MySQL second connection does not see committed change from first connection

I have a problem with a Grails based application that is connected to MySQL where there is a process that updates a record as part of a larger transaction. This process also kicks off a 2nd thread via ...
0
votes
1answer
32 views

Are all effected tables “locked” by mySQL transactions?

I want to do a financial transaction but I am not really familiar with MySQL transaction feature. I want to get sure that I am doing all things right. My goal is to "lock" my transactionHistory and ...
0
votes
3answers
63 views

Are long mysql transactions (~30 seconds) with only insert queries an issue? (InnoDB)

I'm working on a PHP script that processes files and inserts information about the files into a database. Specifically, the script processes some info then begins a transaction and inserts it into a ...
0
votes
1answer
45 views

Read the last inserted row

I have the following insert statement global $dbUser; global $dbPW; $query = "INSERT INTO comments (post_id, text) VALUES (:post_id,:text)"; $db = new PDO('mysql:host=localhost;dbname=test', $dbUser, ...
1
vote
1answer
80 views

php mysql - does mysql auto lock rows when updating?

I'm new to php development and I want to create a php-mysql web-app. In this app I have the case where it is possible that at the same time I might have one "UPDATE" statement and one "SELECT" query ...
0
votes
2answers
55 views

Grails transaction never completes

Consider the code below, that tries to create a new SerpKeyword within a transaction and prints to the console to show where it is. if (!serpKeyword) { println "I DIDN'T FIND THE ...
0
votes
1answer
43 views

PHP transaction not rolling back

I have some PHP code that reads a spreadsheet using PHPExcel and imports the data into a MySQL database. (innoDB) If the import encounters a duplicate record in the database it's supposed to fail and ...
2
votes
1answer
71 views

MYSQL If statement in transaction causing error

I have the following MYSQL query: START TRANSACTION; SELECT sport_id INTO @a FROM sports WHERE sport_id = 2 FOR UPDATE; UPDATE sports SET sport_name = 'Table Tennis' WHERE sport_id = @a; if (@a ...
1
vote
0answers
215 views

Node.js mysql transaction

Can anyone provide an example of how I could achieve MySQL transactions in Node.js. I am trying to get my head around using the node-mysql driver and node-mysql-queue. As far are I can tell, using ...
0
votes
1answer
201 views

lock table after BeginTransaction MySql Transaction in c#.net

How do i restrict other users to update or insert in a table after a certain transaction has begun ? I tried this : MySqlConnection con = new ...
1
vote
1answer
48 views

Mysql trigger inserts persist after original transaction is rolled back

I have implemented a typical "audit log" trigger in Mysql version 5.5. I use AFTER INSERT to copy inserted rows from table user into my 'audit_log' table. So for this sequence: BEGIN; insert into ...
0
votes
1answer
61 views

Duplicate entry on INSERT after DELETE from table in transaction

I'm looking for any ideas to explain (and prevent) the following: 1) We have a Magento reindex process (price or stock) that is failing from time to time with: exception ...
0
votes
3answers
138 views

Avoid Duplicate entries MySQL and PHP

I have developed an web ticketing system at my work place and have gone into a strange trouble. All the tickets raised are stored into a mysql table. The open tickets are identified by a column ...
0
votes
1answer
75 views

Why are transaction times not included in MySQL slow query log lock times

The Problem In the MySQL slow query log I am seeing queries that are taking a large amount of time and this is because multiple concurrent transactions are updating the same row: # Time: 130322 ...
9
votes
4answers
193 views

Is doing Transaction Management in the Controller bad practice?

I'm working on a PHP/MySQL app using the Yii framework. I've come across the following situation: In my VideoController, I have a actionCreate which creates a new Video and actionPrivacy which sets ...
0
votes
0answers
196 views

MySQL Hibernate delete bulk joined-subclass , temporary table locks the table

I am using PlayFramework (1.2.5) , there is one class MedicalLog extends class Log , as follows : @Entity @Inheritance(strategy=InheritanceType.JOINED) public class Log extends Model { ... } and ...
4
votes
1answer
43 views

Is a transaction what I require here?

I have a table that is collecting data input by users. I want to carry out the following SQL statements: SELECT statement 1 SELECT statement 2 UPDATE table rows that I've read out in the 2 select ...
0
votes
1answer
43 views

Transactions and AUTOCOMMIT in Mysql

To my knowledge for InnoDB tables in MySQL, all transactions are wrapped with a START TRANSACTION; and end with a COMMIT; unless explicitly stated not to. If I were to explictly define the ...
3
votes
1answer
230 views

Deadlock issue when transaction tries to accuire a lock it's already holding

I've found a very confusing deadlock situation that I need help to understand. There are two transactions going on: (2) holds a lock for the query delete from myTable where id = ...
1
vote
4answers
105 views

PHP: my page takes a very long time to load but does not time out. Are there too many queries at once or can my code be optimized?

This is the function I use to access the DB, theoretically maybe up 10-20 times in a do while loop, though right now I removed the loop so it only can do one db query at a time. Can this be optimized ...
0
votes
3answers
158 views

insert into table using hibernate @Transactional

I am using @Transactional annotation to test inserting some data into one of the tables through a Spring application. My test succeeds, but I do not see any data being inserted into the table. Here ...
0
votes
1answer
66 views

COMMIT not working in phpmyadmin (MySQL)

I've a mysql database with table tbl_setting with InnoDB type. Its autocommit is set to 1. I executed following queries in phpmyadmin. begin; INSERT INTO tbl_setting (setting_name) VALUES ('test'); ...

1 2 3 4 5 13