- 19 Jan, 2004 7 commits
-
-
unknown authored
into deer.(none):/home/hf/work/mysql-4.1.1676 sql/item.cc: Auto merged sql/item.h: Auto merged sql/item_func.h: Auto merged sql/item_strfunc.cc: Auto merged sql/item_subselect.cc: Auto merged sql/mysql_priv.h: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
Superfluous line removed sql/sql_prepare.cc: Line is not needed
-
unknown authored
Item & changed with Item* in Item_xxx constructors tables_list.first -> get_table_list() sql/item.cc: Item& -> Item* sql/item.h: Item& -> Item* sql/item_cmpfunc.cc: Item& -> Item* sql/item_cmpfunc.h: Item& -> Item* sql/item_func.cc: Item& -> Item* sql/item_func.h: Item& -> Item* sql/item_sum.cc: Item& -> Item* sql/item_sum.h: Item& -> Item* sql/item_uniq.h: Item& -> Item* sql/sql_prepare.cc: Code cleanup sql/sql_select.cc: Item& -> Item*
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
-
unknown authored
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b2182 client/mysqldump.c: Auto merged sql/item_strfunc.cc: Auto merged sql/item_subselect.cc: Auto merged
-
- 18 Jan, 2004 3 commits
-
-
unknown authored
into pcgem.rdg.cyberkinetica.com:/usr/home/acurtis/work/wl1280-fix
-
unknown authored
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
(same as ChangeSet@1.1538.36.1, 2003-06-12 12:41:29+02:00, serg@serg.mylan, "FT2 bug in mi_delete fixed") BUG#2417
-
- 17 Jan, 2004 11 commits
-
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-insert-4.1 sql/sql_derived.cc: Auto merged
-
unknown authored
test fixed
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-exists-4.1
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-ft_derived-4.1 sql/sql_derived.cc: Auto merged
-
unknown authored
sql/mysql_priv.h: Auto merged sql/sql_class.cc: Auto merged sql/sql_help.cc: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
-
unknown authored
check of memory allocation operation was added mysql-test/r/subselect_innodb.result: switched to new syntax mysql-test/t/subselect_innodb.test: switched to new syntax sql/sql_select.cc: check of memory allocation operation
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1
-
unknown authored
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-sub-4.1 mysql-test/r/subselect_innodb.result: Auto merged mysql-test/t/subselect_innodb.test: Auto merged sql/item_subselect.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_union.cc: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-drop-4.1 mysql-test/r/query_cache.result: Auto merged mysql-test/t/query_cache.test: Auto merged sql/sql_db.cc: Auto merged
-
- 16 Jan, 2004 2 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-4.1-build
-
unknown authored
call to /usr/bin/awk - replaced this with the proper autoconf variable instead (makelist is now generated out of makelist.sh during the compile phase) cmd-line-utils/libedit/Makefile.am: - replace @AWK@ with the correct path to the awk binary determined by configure instead of using a hard-coded path (BUG#2297) cmd-line-utils/libedit/makelist.sh: - replace @AWK@ with the correct path to the awk binary determined by configure instead of using a hard-coded path (BUG#2297)
-
- 15 Jan, 2004 11 commits
-
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/mysql-4.1 sql/sql_parse.cc: Auto merged
-
unknown authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
http://bugs.mysql.com/bug.php?id=2386 Index.xml file larger than 1024*16 Fix for the above bug. mysys/charset.c: http://bugs.mysql.com/bug.php?id=2386 Index.xml file larger than 1024*16 Fix for the above bug.
-
unknown authored
-
unknown authored
Blame me!
-
unknown authored
http://bugs.mysql.com/bug.php?id=2218 updating utf-8 text field generate nonsense chars Fix for the above bug. sql/field.cc: http://bugs.mysql.com/bug.php?id=2218 updating utf-8 text field generate nonsense chars Fix for the above bug.
-
unknown authored
-
unknown authored
Unnesessary copying was fixed sql/item_strfunc.cc: Unnesessary copying was fixed
-
unknown authored
open a file that already existed. The problem was that end_io_cache() was called even if init_io_cache() was not. This affected both OUTFILE and DUMPFILE (both fixed). Sometimes wrongly aligned pointer was freed, sometimes mysqld core dumped. Other problem was that select_dump::send_error removed the dumpfile, even if it was created by an earlier run, or by some other program, if the file permissions just permitted it. Fixed it so that the file will only be deleted, if an error occurred, but the file was created by mysqld just a moment ago, in that thread. On the other hand, select_export did not handle the corresponding garbage file at all. Both fixed. After these fixes, a big part of the select_export::prepare and select_dump::prepare code became identical. Merged the code into a new function called create_file(), which is now called by the two latter functions. Regards, Jani mysys/mf_iocache.c: Fixed a bug in comment.
-
unknown authored
with --disable-quote Added --compatible=ansi mode. Fixed a non-reported bug in compatible mode; there was a check for /*!41000 */ at this part of the code, while it obviously should have been /*!40100 */. So the mysqldump compatiple mode made for 4.0.1 will not work until 4.10 or later server is released :P Fixed into 4.0.2. client/mysqldump.c: Fixed Bug#2281, --quote is now enabled by default. Can be disabled with --disable-quote Added --compatible=ansi mode. Changed sapdb into maxdb, as this change has been made to server too. Fixed a non-reported bug in compatible mode; there was a check for /*!41000 */ at this part of the code, while it obviously should have been /*!40100 */. So the mysqldump compatiple mode made for 4.1.0 will not work until 4.10.0 or later server is released :P Fixed into 4.1.2.
-
unknown authored
Bug#2080
-
- 14 Jan, 2004 6 commits
-
-
unknown authored
into rhols221.adsl.netsonic.fi:/home/my/bk/mysql-4.1 client/mysql.cc: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
unknown authored
into bar.intranet.mysql.r18.ru:/usr/home/bar/mysql-4.1
-
unknown authored
We don't need to copy if start is 0, we can return the original value. sql/item_strfunc.cc: We don't need to copy if start is 0, we can return the original value.
-