- 20 Aug, 2004 1 commit
-
-
konstantin@mysql.com authored
a second time". The bug was caused by incompatibility of negations elimination algorithm and PS: during first statement execute a subtree with negation was replaced with equivalent subtree without NOTs. The problem was that although this transformation was permanent, items of the new subtree were created in execute-local memory. The patch adds means to check if it is the first execute of a prepared statement, and if this is the case, to allocate items in memory of the prepared statement. The implementation: - backports Item_arena from 5.0 - adds Item_arena::is_stmt_prepare(), Item_arena::is_first_stmt_execute(). - deletes THD::allocate_temporary_pool_for_ps_preparing(), THD::free_temporary_pool_for_ps_preparing(); they were redundant. and adds a few invariants: - thd->free_list never contains junk (= freed items) - thd->current_arena is never null. If there is no prepared statement, it points at the thd. The rest of the patch contains mainly mechanical changes and cleanups.
-
- 19 Aug, 2004 10 commits
-
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-4.1
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
tomas@poseidon.(none) authored
-
bar@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
joreland@mysql.com authored
-
bar@mysql.com authored
Serg's typo fix :)
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 18 Aug, 2004 11 commits
-
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-874
-
guilhem@mysql.com authored
as this enum is not really usable yet (as MySQL server supports only one shutdown level), and as SHUTDOWN_DEFAULT is still left to 0, this change should disturb no user. Later (in 4.1.4 or 4.1.5) code will be pushed to implement graceful shutdown using this enum.
-
serg@serg.mylan authored
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
SELECT ... UNION and INSERT ... SELECT ... UNION
-
tomas@poseidon.(none) authored
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
bar@mysql.com authored
LIKE crashed mysqld for binary collations in some cases
-
bar@mysql.com authored
LIKE crashed mysqld for binary collations in some cases
-
- 17 Aug, 2004 18 commits
-
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
heikki@hundin.mysql.fi authored
Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri) mysqld.cc, ha_innodb.cc: Changes for NetWare to exit the InnoDB gracefully instead of crashing the server (patch by PRam@novell.com, polished a little by Heikki Tuuri)
-
sergefp@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1-ndb
-
joreland@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-root
-
joreland@mysql.com authored
-
serg@serg.mylan authored
bug#4925
-
joreland@mysql.com authored
(old code mixed the 3 alternatives: native, [lo, hi], [hi, lo]) This fixes problem with auto increment on different byte order (This also make adding of signed ints really simple...)
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.1-874
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
(specific to 4.1): don't put CLIENT_LOCAL_FILES in CLIENT_CAPABILITIES; it would make mysql_options(CLIENT_LOCAL_FILES,0) have no effect.
-
miguel@hegel.txg.br authored
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
tomas@poseidon.(none) authored
-
guilhem@mysql.com authored
that was a forgotten '~' probably.
-
heikki@hundin.mysql.fi authored
into hundin.mysql.fi:/home/heikki/mysql-4.0
-