- 06 Feb, 2004 1 commit
-
-
unknown authored
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
-
- 05 Feb, 2004 3 commits
- 04 Feb, 2004 2 commits
- 03 Feb, 2004 4 commits
-
-
unknown authored
sql/item.cc: #ifdef DELETE_ITEMS removed sql/item_cmpfunc.cc: #ifdef DELETE_ITEMS removed sql/sql_parse.cc: #ifdef DELETE_ITEMS removed sql/sql_select.cc: #ifdef DELETE_ITEMS removed
-
unknown authored
-
unknown authored
we don't need opt_range.h and opt_range.cc files at all. BitKeeper/deleted/.del-opt_ft.cc~2048ffa561f9c59: Delete: sql/opt_ft.cc BitKeeper/deleted/.del-opt_ft.h~24aac1d29304599a: Delete: sql/opt_ft.h
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2419
-
- 02 Feb, 2004 8 commits
-
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2438/mysql-4.1
-
unknown authored
into eagle.mysql.r18.ru:/home/vva/work/BUG_2438/mysql-4.1
-
unknown authored
from table->mem_root to thd->mem_root (fixed bug #2438 "Runaway memory consumption")
-
unknown authored
client/sql_string.cc: skipp -> skip dbug/dbug.c: skipp -> skip myisam/mi_create.c: skipp -> skip myisam/mi_dynrec.c: skipp -> skip myisam/mi_packrec.c: skipp -> skip myisam/mi_rrnd.c: skipp -> skip myisam/mi_test1.c: skipp -> skip myisam/myisampack.c: skipp -> skip myisam/rt_test.c: skipp -> skip myisam/sp_test.c: skipp -> skip mysys/default.c: skipp -> skip mysys/mf_iocache.c: skipp -> skip mysys/mf_pack.c: skipp -> skip mysys/mf_wcomp.c: skipp -> skip mysys/typelib.c: skipp -> skip sql/filesort.cc: skipp -> skip sql/item_strfunc.cc: skipp -> skip sql/mysqld.cc: skipp -> skip sql/opt_range.h: skipp -> skip sql/sql_delete.cc: skipp -> skip sql/sql_select.cc: skipp -> skip sql/sql_string.cc: skipp -> skip sql/sql_update.cc: skipp -> skip strings/ctype-bin.c: skipp -> skip strings/ctype-simple.c: skipp -> skip strings/r_strinstr.c: skipp -> skip strings/strinstr.c: skipp -> skip strings/strstr.c: skipp -> skip
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2419 sql/opt_range.cc: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
-
unknown authored
collation is the same with the index collation.
-
unknown authored
Fixed bug #2602 in CACHE INDEX, LOAD INDEX sql/sql_yacc.yy: Fixed bug #2602 in CACHE INDEX, LOAD INDEX mysql-test/t/key_cache.test: Fixed bug #2602 in CACHE INDEX, LOAD INDEX mysql-test/t/preload.test: Fixed bug #2602 in CACHE INDEX, LOAD INDEX mysql-test/r/key_cache.result: Fixed bug #2602 in CACHE INDEX, LOAD INDEX mysql-test/r/preload.result: Fixed bug #2602 in CACHE INDEX, LOAD INDEX
-
- 31 Jan, 2004 1 commit
-
-
unknown authored
null_ref_key moved to TABLE_REF. new null range created if necessary. mysql-test/r/order_by.result: fix for the bug #2419: order by ignores rows mysql-test/t/order_by.test: fix for the bug #2419: order by ignores rows sql/item_subselect.cc: fix for the bug #2419: order by ignores rows sql/opt_range.cc: fix for the bug #2419: order by ignores rows sql/sql_select.cc: fix for the bug #2419: order by ignores rows sql/sql_select.h: fix for the bug #2419: order by ignores rows
-
- 30 Jan, 2004 5 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
double delete bug fixed sql/sql_list.h: catch accesses to deleted objects sql/sql_union.cc: double delete fixed
-
unknown authored
db name is printed with append_identifier for a proper quoting
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
- 29 Jan, 2004 2 commits
- 28 Jan, 2004 4 commits
-
-
unknown authored
The problem was that memory was free'd, but it was referenced later. This free was unneccessary anyway, because join_free() / JOIN::cleanup takes care of this later on. Added test case into t/subselect.test for it. Regards, Jani mysql-test/r/subselect.result: Added a test case for Bug#2479. mysql-test/t/subselect.test: Added a test case for Bug#2479. sql/sql_select.cc: Fixed Bug#2479, "dependant subquery with limit crash". The problem was that memory was free'd, but it was referenced later. This free was unneccessary anyway, because join_free() / JOIN::cleanup takes care of this later on.
-
unknown authored
-
unknown authored
dump when result was NULL. mysql-test/r/func_test.result: Added a test for GREATEST() and LEAST() core dump bug. mysql-test/t/func_test.test: Added a test for GREATEST() and LEAST() core dump bug.
-
unknown authored
We signed error instead of returning the result sql/sql_show.cc: we need this assignement in libmysqld to not to issue error
-
- 27 Jan, 2004 4 commits
-
-
unknown authored
mysql->server_status wasn't set after the query libmysqld/lib_sql.cc: Server status assignement added
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.1224
-
unknown authored
code slightly modified with Monty's suggestions libmysqld/lib_sql.cc: copying of pointers replaced with my_strdup()-s sql/sql_class.cc: this code should work anyway now
-
unknown authored
libmysqld/Makefile.am: superfluous line deleted
-
- 26 Jan, 2004 6 commits
-
-
unknown authored
-
unknown authored
into mysql.com:/home/mysql_src/mysql-4.1
-
unknown authored
sql/sql_yacc.yy: Enable UNTIL in SLAVE START; bzero() fixes the bug.
-
unknown authored
into gluh.mysql.r18.ru:/home/gluh/Bugs/mysql-4.1.long
-
unknown authored
when DROP USER if --skip-grant-tables
-
unknown authored
from command line did not work.
-