- 22 Feb, 2005 1 commit
-
-
unknown authored
split into script/conf for easier deployment
-
- 02 Feb, 2005 1 commit
-
-
unknown authored
Allow LIMIT clause after DUAL. mysql-test/r/limit.result: Added test result for BUG#8023. mysql-test/t/limit.test: Added test for BUG#8023. sql/sql_yacc.yy: Allow the specification of a LIMIT clause after DUAL. This is needed for queries as: select a from t1 union all select 1 from dual limit 1; In this query LIMIT is applied to the whole UNION, so it makes sense, however, the current parser did not allow any clause after DUAL.
-
- 01 Feb, 2005 10 commits
-
-
unknown authored
into bob.(none):/home/reggie/bk/mysql41
-
unknown authored
-
unknown authored
we should use REPLACE for $hostaname queries to avoid problems when $hostname=localhost.
-
unknown authored
into mysql.com:/space/my/mysql-4.0
-
unknown authored
Build-tools/Bootstrap: Auto merged
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1
-
unknown authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-4.1 sql/item.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_select.cc: Auto merged
-
unknown authored
innobase/mem/mem0pool.c: Auto merged sql/ha_innodb.cc: Auto merged configure.in: Ignore changes that were backported to 4.0 scripts/mysql_install_db.sh: Ignore Ramil's changes for now
-
unknown authored
perror.c: Copy output of strerr to temp buffer to prevent system overwrite on Windows extra/perror.c: Copy output of strerr to temp buffer to prevent system overwrite on Windows
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
- 31 Jan, 2005 17 commits
-
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/mysql_priv.h: Auto merged sql/sql_cache.cc: Auto merged
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
unknown authored
into mysql.com:/home/jimw/my/mysql-4.1-clean client/mysqldump.c: Auto merged
-
unknown authored
sql_table.cc: use fn_format to resolve symlinks in mysql_create_like_table sql/sql_table.cc: use fn_format to resolve symlinks in mysql_create_like_table
-
unknown authored
Fix an assertion failure in 64-bit computers if UNIV_MEM_DEBUG is defined innobase/mem/mem0pool.c: Fix an assertion failure in 64-bit computers if UNIV_MEM_DEBUG is defined
-
unknown authored
BUILD/compile-ia64-debug-max: Added archive for this build. sql/examples/ha_archive.cc: Removed duplicate close call.
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-4.1 BitKeeper/etc/logging_ok: auto-union
-
unknown authored
useful than *.old.<PID> - use the mtime of configure.in instead. This gives us a time stamp of when this last build directory was created, e.g. "mysql-4.0.24-build-2005-01-31-16:47" Build-tools/Bootstrap: - Rename already existing build directories to something more useful than *.old.<PID> - use the mtime of configure.in instead. This gives us a time stamp of when this last build directory was created, e.g. "mysql-4.0.24-build-2005-01-31-16:47"
-
unknown authored
into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug7011.4
-
unknown authored
Fix tests after merge from 4.0
-
unknown authored
Merge from 4.0 sql/sql_select.cc: Auto merged
-
unknown authored
+ ion shutdown - don't close files that are not open + abort in debug - if closing a fd == -1 BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6000
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0
-
unknown authored
into gw.mysql.r18.ru:/usr/home/ram/work/4.0.b6000
-
unknown authored
into hundin.mysql.fi:/home/marko/k/mysql-4.1 sql/set_var.cc: Auto merged
-
unknown authored
into hundin.mysql.fi:/home/marko/k/mysql-4.0
-
- 30 Jan, 2005 1 commit
-
-
unknown authored
Fix replication for multi-update new test - rpl_multi_update2 sql/mysql_priv.h: Bug#7011 New function mysql_multi_update_lock() sql/sql_parse.cc: Bug#7011 New function check_multi_update_lock() For multi-update on slave, perform an early open&lock sql/sql_update.cc: Bug#7011 Split out multi-update locking into its own function, mysql_multi_update_lock()
-
- 29 Jan, 2005 10 commits
-
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
unknown authored
mysys/my_handler.c: Fix for a bug in multi table updates, when offset of one table is 5 bytes or more. This occured because in that case binary(5) indexed column is space packed, so it was hit by this bug in the function for binary comparison. Bug #7788
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-4.1-tzbug
-
unknown authored
into bob.(none):/home/reggie/bk/mysql41
-
unknown authored
mysqldump.c: Trimmed some lines to be less than 80 chars. Using just NAME_LEN now for table name buffers client/mysqldump.c: Trimmed some lines to be less than 80 chars. Using just NAME_LEN now for table name buffers
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
-
unknown authored
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-4.1 sql/examples/ha_archive.cc: Auto merged
-
unknown authored
of strings of unequal length. (Bug #8134) mysql-test/t/compare.test: Add new regression test strings/ctype-simple.c: Fix value used for swapping negative/positive values using XOR mysql-test/r/compare.result: Add new test result
-
unknown authored
sql/examples/ha_archive.cc: More comments, fixed issue with lost file descriptors. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
-