- 02 Feb, 2004 2 commits
- 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.
-
- 24 Jan, 2004 3 commits
- 23 Jan, 2004 7 commits
-
-
unknown authored
sql/lex.h: Wrong define name
-
unknown authored
-
unknown authored
sql/field.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_table.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.cc: Auto merged include/mysqld_error.h: merging sql/share/english/errmsg.txt: merging
-
unknown authored
WL#1163 (Make spatial code separable) fixes before the push include/my_global.h: Temporary place for these defines include/mysqld_error.h: ER_FEATURE_DISABLED definition sql/item_geofunc.cc: #ifdef HAVE_SPATIAL moved to the better place sql/share/english/errmsg.txt: Message for ER_FEATURE_DISABLED
-
unknown authored
starting character elsewhere than in the beginning of a line, because it affected some innodb options that had ';' in them.
-
unknown authored
wl #1163 (Make spatial code optional) Patch I cleaned with Serg & Monty's suggestions sql/gen_lex_hash.cc: mysql_priv.h was included for SYM_GROUP declaration sql/lex.h: sym_group_xxx made global so we can use texts from them throughout the code sql/lex_symbol.h: SYM_GROUP declaration moved to mysql_priv.h sql/mysql_priv.h: declarations about SYM_GROUP sql/sql_table.cc: sym_group_xxx objects used instead of text constants a couple of HAVE_SPATIAL removed sql/sql_yacc.yy: sym_group_xxx used instead of text constants some duplicated code restructured MYF(0) parameters removed from net_printf calls
-
unknown authored
mysql-test/r/derived.result: result updated
-
- 22 Jan, 2004 5 commits
-
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
unknown authored
CONVERT(expr, expr, expr); mysql-test/t/mysqldump.test: fix for my previous result fix of Jani's changes.
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1 sql/item_strfunc.cc: Auto merged
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1
-
unknown authored
-
- 21 Jan, 2004 2 commits