- 24 Aug, 2004 1 commit
-
-
serg@serg.mylan authored
Bug#4594 column index make = failed for gbk
-
- 23 Aug, 2004 21 commits
-
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
lenz@mysql.com authored
into mysql.com:/space/my/mysql-4.1
-
lenz@mysql.com authored
with the sleep value we use for the test suite run during the release builds
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/test/mysql-4.1
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/MySQL-BUGS/mysql-4.1
-
gluh@gluh.mysql.r18.ru authored
-
mskold@mysql.com authored
-
bar@mysql.com authored
Don't do this test for now: it fails on Mac OSX.
-
bar@mysql.com authored
Fix for HEAP+HASH prefix keys.
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
fix for bdb not ending up into libmysqld.a
-
serg@serg.mylan authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
sergefp@mysql.com authored
into mysql.com:/dbdata/psergey/mysql-4.1-root-root
-
tomas@poseidon.(none) authored
-
serg@serg.mylan authored
-
tomas@poseidon.(none) authored
-
sergefp@mysql.com authored
* When executing EXPLAIN, do the same as for the query: convert join type to JT_CONST if keyuse array covers all key parts and all of them are constants. * In remove_const, don't remove conditions that depend on some-const-table and current-table.
-
tomas@poseidon.(none) authored
into poseidon.(none):/home/tomas/mysql-4.1
-
- 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 8 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
-