- 27 Nov, 2007 1 commit
-
-
unknown authored
into ramayana.hindu.god:/home/tsmith/m/bk/maint/51 client/mysqldump.c: Auto merged sql/sql_select.cc: Auto merged
-
- 20 Nov, 2007 1 commit
-
-
unknown authored
this has already been closed by a note in the manual, now we complete this by a note in "mysqldump --help" client/mysqldump.c: mention, in "mysqldump --help", of limitations reported as BUG#27850 "mysqldump --single-transaction does not work if TRUNCATE/DROP/RENAME/ALTER" The new text is inspired from what the "mysqldump" section of the manual now says about --single-transaction: http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
-
- 17 Nov, 2007 5 commits
-
-
unknown authored
into mysql.com:/misc/mysql/24907/51-24907 sql/sql_select.cc: Auto merged
-
unknown authored
post-merge fixes: some things work differently in 5.1 mysql-test/r/type_newdecimal.result: post-merge fix: 5.1 throws different warning here sql/sql_select.cc: post-merge fix: signature has changed in 5.1
-
unknown authored
into mysql.com:/misc/mysql/24907/50-24907 sql/sql_select.cc: Auto merged
-
unknown authored
into mysql.com:/misc/mysql/24907/51-24907 mysql-test/r/type_newdecimal.result: manual merge mysql-test/t/type_newdecimal.test: manual merge sql/sql_select.cc: manual merge
-
unknown authored
Server failed in assert() when we tried to create a DECIMAL() temp field with a scale of more than the allowed 30. Now we limit the scale to the allowed maximum. A truncation warning is thrown as necessary. mysql-test/r/type_newdecimal.result: Show that out of range DECIMAL temp fields will no longer stop the server with an assert. mysql-test/t/type_newdecimal.test: Show that out of range DECIMAL temp fields will no longer stop the server with an assert. sql/sql_select.cc: When creating DECIMAL() temp field, ascertain we stay within allowed limits. If not, truncate and warn.
-
- 14 Nov, 2007 1 commit
-
-
unknown authored
into mysql.com:/home/ram/work/b26447/b26447.5.1
-
- 10 Nov, 2007 7 commits
-
-
unknown authored
into mysql.com:/home/ram/work/mysql-5.1-maint sql/unireg.cc: Auto merged storage/myisam/ha_myisam.cc: Auto merged
-
unknown authored
sql/ha_myisam.cc: compiler warning fixed. sql/unireg.cc: compiler warning fixed.
-
unknown authored
into mysql.com:/home/ram/work/b32137/b32137.5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/ram/work/b32137/b32137.5.1 mysql-test/t/ps.test: Auto merged sql/item_timefunc.cc: Auto merged
-
unknown authored
-
unknown authored
into mysql.com:/home/ram/work/b32137/b32137.5.0
-
- 09 Nov, 2007 1 commit
-
-
unknown authored
- Add debug queries mysql-test/suite/rpl/t/rpl_ssl.test: Add additional queries to run when we detect that the number of queries between slave and master differs
-
- 07 Nov, 2007 2 commits
-
-
unknown authored
and auto_increment keys Problems: 1. ALTER TABLE ... ORDER BY... doesn't make sence if there's a user-defined clustered index in the table. 2. using a secondary index is slower than using a clustered one for a table scan. Fixes: 1. raise a warning. 2. use the clustered index. mysql-test/include/mix1.inc: Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB and auto_increment keys - test case. mysql-test/r/innodb.result: Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB and auto_increment keys - results adjusted. mysql-test/r/innodb_mysql.result: Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB and auto_increment keys - results adjusted. mysql-test/r/join_outer_innodb.result: Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB and auto_increment keys - results adjusted. sql/sql_select.cc: Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB and auto_increment keys - use the clustered index for a table scan (if any) as it's faster than using a secondary index. sql/sql_table.cc: Fix for bug #26447: "ALTER TABLE .. ORDER" does not work with InnoDB and auto_increment keys - ALTER TABLE ... ORDER BY doesn't make sence if there's a user-defined clustered index in the table. Ignore it in such cases and raise a warning.
-
unknown authored
Problem: calling non-constant argument's val_xxx() methods in the ::fix_length_and_dec() is inadmissible. Fix: call the method only for constant arguments. mysql-test/r/ps.result: Fix for bug #32137: prepared statement crash with str_to_date in update clause - test result. mysql-test/t/ps.test: Fix for bug #32137: prepared statement crash with str_to_date in update clause - test case. sql/item_timefunc.cc: Fix for bug #32137: prepared statement crash with str_to_date in update clause - call argument's val_str() only for constant items in the Item_func_str_to_date::fix_length_and_dec().
-
- 06 Nov, 2007 3 commits
-
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-new-maint storage/ndb/src/ndbapi/ClusterMgr.cpp: Auto merged storage/ndb/src/mgmsrv/Services.cpp: SCCS merged
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-new-maint client/mysqltest.c: Auto merged mysql-test/lib/mtr_cases.pl: Auto merged mysql-test/mysql-test-run.pl: Auto merged sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
-
- 01 Nov, 2007 5 commits
-
-
unknown authored
mysql-test/mysql-test-run.pl: Also check for euid == 0
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.0-maint
-
unknown authored
ndb/src/mgmsrv/Services.cpp: Only call 'updateStatus'(and forcing HB) once before printing node status ndb/src/ndbapi/ClusterMgr.cpp: Only wait for reply to forced API_REGREQ if any signals has been sent
-
unknown authored
- Fix problem in first implementation mysql-test/lib/mtr_cases.pl: Prepend a ^ to the regex only if _all_ charactersin the pattern are normal
-
unknown authored
-
- 31 Oct, 2007 8 commits
-
-
unknown authored
into loke.(none):/home/knielsen/devel/mysql-5.1-new-maint
-
unknown authored
into loke.(none):/home/knielsen/devel/mysql-5.0-maint
-
unknown authored
into loke.(none):/home/knielsen/devel/mysql-5.1-new-maint strings/ctype-simple.c: Auto merged strings/ctype-ucs2.c: SCCS merged
-
unknown authored
An integer overflow in number->string conversion caused completely wrong output of the number LONGLONG_MIN with gcc 4.2.1. Fixed by eliminating the overflow, using only operations that are well-defined in ANSI C. strings/ctype-simple.c: An integer overflow in number->string conversion caused completely wrong output of the number LONGLONG_MIN with gcc 4.2.1. Fixed by eliminating the overflow, using only operations that are well-defined in ANSI C. strings/ctype-ucs2.c: An integer overflow in number->string conversion caused completely wrong output of the number LONGLONG_MIN with gcc 4.2.1. Fixed by eliminating the overflow, using only operations that are well-defined in ANSI C. strings/int2str.c: An integer overflow in number->string conversion caused completely wrong output of the number LONGLONG_MIN with gcc 4.2.1. Fixed by eliminating the overflow, using only operations that are well-defined in ANSI C. strings/longlong2str.c: An integer overflow in number->string conversion caused completely wrong output of the number LONGLONG_MIN with gcc 4.2.1. Fixed by eliminating the overflow, using only operations that are well-defined in ANSI C.
-
unknown authored
into mysql.com:/home/ram/work/b30679/b30679.5.1 client/mysqlcheck.c: Auto merged mysql-test/r/mysqlcheck.result: Auto merged mysql-test/t/mysqlcheck.test: Auto merged
-
unknown authored
into mysql.com:/home/ram/work/b30654/b30654.5.1 client/mysqlcheck.c: Auto merged
-
unknown authored
into mysql.com:/home/ram/work/b30654/b30654.5.0
-
unknown authored
into mysql.com:/home/ram/work/b30654/b30654.5.1 client/mysqlcheck.c: Auto merged mysql-test/r/mysqlcheck.result: Auto merged mysql-test/t/mysqlcheck.test: manual merge.
-
- 30 Oct, 2007 1 commit
-
-
unknown authored
names include backticks or blank Problem: mysqlcheck doesn't escape backtick characters in the table names. Fix: escape them. client/mysqlcheck.c: Fix for bug #30654: mysqlcheck fails during upgrade of tables whose names include backticks or blank - escape backtick characters in the table names. mysql-test/r/mysqlcheck.result: Fix for bug #30654: mysqlcheck fails during upgrade of tables whose names include backticks or blank - test result. mysql-test/t/mysqlcheck.test: Fix for bug #30654: mysqlcheck fails during upgrade of tables whose names include backticks or blank - test case.
-
- 29 Oct, 2007 5 commits
-
-
unknown authored
into mysql.com:/home/ram/work/b31137/b31137.5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/ram/work/b31137/b31137.5.1 sql/sql_table.cc: Auto merged sql/structs.h: Auto merged mysql-test/include/mix1.inc: will merge tests manually mysql-test/r/innodb_mysql.result: will merge tests manually mysql-test/r/key.result: will merge tests manually mysql-test/t/key.test: will merge tests manually include/my_base.h: manual merge.
-
unknown authored
into mysql.com:/home/ram/work/b30782/b30782.5.0 sql/item_cmpfunc.cc: Auto merged sql/item_cmpfunc.h: Auto merged
-
unknown authored
into mysql.com:/home/ram/work/b30782/b30782.5.1 sql/item_cmpfunc.cc: Auto merged mysql-test/r/case.result: manual merge. mysql-test/t/case.test: manual merge. sql/item_cmpfunc.h: manual merge.
-