- 24 Aug, 2004 6 commits
-
-
vva@eagle.mysql.r18.ru authored
Bug #4696 segfault in cmd-line-utils/libedit/history.c:history_save() (bundled libedit)
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
-
vva@eagle.mysql.r18.ru authored
(fixed Bug #4462 libedit compile failure)
-
vva@eagle.mysql.r18.ru authored
Bug #3937 fails to compile with both gcc 3.3.3/icc8 Bug #4728 mysql couldn't be compiled using system readline (readline-4.3)
-
- 22 Aug, 2004 6 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
in ha_commit_trans - why it didn't crash earlier ?
-
serg@serg.mylan authored
-
serg@serg.mylan authored
-
serg@serg.mylan authored
(cannot call it a "merge" :)
-
serg@serg.mylan authored
Abandoned improper use of MyISAM data. Thanks Ingo!
-
- 21 Aug, 2004 4 commits
-
-
serg@serg.mylan authored
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
konstantin@mysql.com authored
without InnoDB.
-
igor@rurik.mysql.com authored
Added test case for bug #4256. join_outer.result: Fixed bug #4256. item_cmpfunc.h: Fixed inconsistency of values of used_tables_cache and const_item_cache for Item_func_isnull objects. This inconsistency caused bug #4256.
-
- 20 Aug, 2004 24 commits
-
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
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
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/mysql-4.1
-
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
-
igor@rurik.mysql.com authored
into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
-
joreland@mysql.com authored
-
joreland@mysql.com authored
into mysql.com:/home/jonas/src/mysql-4.1
-
serg@serg.mylan authored
-
paul@ice.snake.net authored
into ice.snake.net:/Volumes/ice2/MySQL/bk/mysql-4.1
-
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
-