- 11 Apr, 2006 1 commit
-
-
osku authored
how long the input string is.
-
- 10 Apr, 2006 2 commits
- 07 Apr, 2006 3 commits
- 06 Apr, 2006 6 commits
-
-
osku authored
-
osku authored
-
osku authored
returns in the query graph execution stage, we can't free pars_info_t in pars_sql(). Instead, make pars_sql() transfer ownership of pars_info_t to the created query graph, and make que_graph_free() free it if needed.
-
osku authored
constructing correctly allocated and quoted strings to pass the data in in ASCII form.
-
osku authored
-
osku authored
-
- 05 Apr, 2006 3 commits
-
-
jan authored
test cases to a one test case and wait their lock timeout after all have been send to the server. Remove unnecessary option --loose_innodb_lock_wait_timeout.
-
osku authored
no effect on the effectiveness of the test and reduces the running time by ~10 seconds on my machine.
-
jan authored
a one test case and wait their lock timeout after all have been send to the server.
-
- 04 Apr, 2006 1 commit
-
-
osku authored
-
- 03 Apr, 2006 2 commits
- 01 Apr, 2006 2 commits
- 31 Mar, 2006 5 commits
-
-
osku authored
Recognize DATA_FIXBINARY and DATA_BLOB types. Print known flags from prtype. Use a switch statement, not an else-if chain.
-
osku authored
-
osku authored
Remove never-reached duplicate code. Replace "if (!cond) ut_error" with "ut_a(cond)".
-
osku authored
fields in sym_node_t.
-
osku authored
innobase_close_connection().
-
- 29 Mar, 2006 4 commits
-
-
jan authored
server if it prints a warning about the adaptive latch.
-
osku authored
in InnoDB's SQL parser.
-
osku authored
testing and a few fixes by me.
-
jan authored
this transaction to innodb_lock_monitor and show innodb status. Since delete-marked records maybe removed, the record count will not be precise.
-
- 28 Mar, 2006 4 commits
- 27 Mar, 2006 1 commit
-
-
jan authored
weakens the locks for this session similarly like the option innodb_locks_unsafe_for_binlog. This patch removes almost all gap locking (used in next-key locking) and makes MySQL to release the row locks on the rows which does not belong to result set. Additionally, nonlocking selects on INSERT INTO SELECT, UPDATE ... (SELECT ...), and CREATE ... SELECT ... use a nonlocking consistent read. If a binlog is used, then binlog format should be set to row based binloging to make the execution of the complex SQL statements.
-
- 22 Mar, 2006 3 commits
- 21 Mar, 2006 3 commits
-
-
heikki authored
-
http://bugs.mysql.com/bug.php?id=17992heikki authored
duplicate http://bugs.mysql.com/bug.php?id=17134 : MySQL's partitioned table code does not set prebuilt->sql_stat_start right if it does an insert in the same statement after doing a search first in the same partition table. We now write trx id always to the buffer, not just when flag sql_stat_start is on. This will waste CPU time very slightly.
-
jan authored
CREATE ... SELECT... if innodb_locks_unsafe_for_binlog is used. This patch is from Heikki.
-