- 20 Aug, 2004 40 commits
-
-
konstantin@mysql.com authored
into mysql.com:/home/kostja/work/mysql-4.1-4912
-
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.
-
mysqldev@mysql.com authored
Fixed it to work, added function to fix include/mysql_version.h LICENSE tag from GPL to Commercial
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
joreland@mysql.com authored
-
serg@serg.mylan authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
rburnett@build.mysql.com authored
into build.mysql.com:/users/rburnett/mysql-4.1
-
joreland@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
serg@serg.mylan authored
-
bar@mysql.com authored
Fix for MyISAM. Tests for MyISAM and HASH+BTREE.
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
tomas@poseidon.(none) authored
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4302
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
tomas@poseidon.(none) authored
-
dlenev@brandersnatch.localdomain authored
into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-bg4302
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
tomas@poseidon.(none) authored
-
guilhem@mysql.com authored
into mysql.com:/home/mysql_src/mysql-4.0
-
guilhem@mysql.com authored
in a deadlock-free manner. This splits locking the global read lock in two steps. This fixes a consequence of this bug, known as: BUG#4953 'mysqldump --master-data may report incorrect binlog position if using InnoDB' And a test.
-
joreland@mysql.com authored
bug#4761 - more validation of hosts bug#4511 - only non depricated should be saved in config - fix ConfigInfo::BOOL w.r.t deprication
-
dlenev@brandersnatch.localdomain authored
When in find_item_in_list() we are looking for item we should take into account unaliased names of the fields but only if item with such aliased name is not found. Also we should ignore aliases when looking for fully specified field.
-
lenz@mysql.com authored
static linking against an unpatched glibc 2.3 is causing trouble - add "glibc23" to the release suffix in this case - re-ordered the Changelog that was messed up by a BK merge (RPM is picky about this)
-
mronstrom@mysql.com authored
into mysql.com:/Users/mikron/mysql-4.1
-
mronstrom@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-4.1
-
mskold@mysql.com authored
Bugfix for bug#5072, removed table version in BLOB table name since this is incremented at alter table
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-4.1
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.emb
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1-clean
-
tomas@poseidon.(none) authored
-
pem@mysql.comhem.se authored
-
hf@deer.(none) authored
into deer.(none):/home/hf/work/mysql-4.1.clean
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL/mysql-4.1
-
hf@deer.(none) authored
-