- 06 Mar, 2006 4 commits
-
-
unknown authored
into devsrv-b.mysql.com:/space/magnus/bug17377/my50-bug17377
-
unknown authored
into devsrv-b.mysql.com:/space/magnus/bug17377/my50-bug17377
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-bug-15229 mysql-test/r/join.result: Auto merged mysql-test/t/join.test: Auto merged sql/table.cc: Auto merged sql/table.h: Auto merged sql/sql_base.cc: SCCS merged
-
unknown authored
calculate Item_func_format::max_length using charset->mbmaxlen mysql-test/r/func_math.result: Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 test case mysql-test/t/func_math.test: Fix for bug#16678 FORMAT gives wrong result if client run with default-character-set=utf8 test case
-
- 05 Mar, 2006 1 commit
-
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-root
-
- 04 Mar, 2006 8 commits
-
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-root libmysql/libmysql.c: Manual merge: use local. tests/mysql_client_test.c: Manual merge: use local.
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.0-root mysql-test/t/heap.test: Auto merged mysql-test/r/heap.result: SCCS merged
-
unknown authored
it breaks binary compatibility. The patch will be left intact in 5.1. libmysql/libmysql.c: Revert the changeset for Bug#16144: it breaks binary compatibility. tests/mysql_client_test.c: Revert the changeset for Bug#16144: it breaks binary compatibility.
-
unknown authored
into mysql.com:/home/dlenev/src/mysql-5.0-merges mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
into mysql.com:/opt/local/work/mysql-4.1-root mysql-test/r/heap.result: Auto merged mysql-test/t/heap.test: Auto merged
-
unknown authored
qualified subject table" which was introduced during work on bug #13525 "Rename table does not keep info of triggers". The bug was caused by the fact that during reconstruction of CREATE TRIGGER statement stored in .TRG file which happened during RENAME TABLE we damaged trigger definition in case when it contained fully qualified name of subject table (see comment for sql_yacc.yy for more info). mysql-test/r/trigger.result: Added test for bug #17866 "Problem with renaming table with triggers with fully qualified subject table". mysql-test/t/trigger.test: Added test for bug #17866 "Problem with renaming table with triggers with fully qualified subject table". sql/sql_trigger.cc: Table_triggers_list::change_table_name_in_triggers(): Instead of trying to use pointer to the end of subject table identifier we use pointer to the beginning of FOR lexeme now, so during reconstruction of CREATE TRIGGER statement in this function we need to add extra space before part which begins with FOR to get nice trigger definition. sql/sql_yacc.yy: trigger_tail: In this rule we can't rely on using remember_end token after table_ident token, since value returned depends on whether table name is fully qualified or not. So instead of trying to get pointer to the end of table identifier we use pointer to the beginning of FOR lexeme.
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-bug11527
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-bug11527
-
- 03 Mar, 2006 24 commits
-
-
unknown authored
into zippy.(none):/home/cmiller/work/mysql/mysql-5.0.19-tbr
-
unknown authored
client will now substitute spaces for NULs, so that the grid isn't messed up due to silently consumed NULs and that the full field is shown. client/mysql.cc: For non-numbers, print each character at a time, instead of using the fprintf() facility, which interprets an array of chars as a C string, which is necessarily NUL terminated. We mustn't terminate on NULs, and since we know the length of the data, we needn't. mysql-test/r/mysql.result: Add a test. mysql-test/t/mysql.test: Add a test.
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-4.1
-
unknown authored
into snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone client/mysqltest.c: Auto merged
-
unknown authored
Typos. client/mysqltest.c: Typos.
-
unknown authored
Better fix for do_sleep(). client/mysqltest.c: Better fix for do_sleep().
-
unknown authored
Use installed libz.a to avoid hard to solve static linking problems support-files/mysql.spec.sh: Use installed libz.a to avoid hard to solve static linking problems
-
unknown authored
into mysql.com:/extern/mysql/5.0/bug16887/mysql-5.0 sql/sql_yacc.yy: Auto merged mysql-test/r/sp.result: Manual merge. mysql-test/t/sp.test: Manual merge.
-
unknown authored
Revise stress-test README mysql-test/README.stress: Revise stress-test README mysql-test/mysql-stress-test.pl: Revise stress-test README
-
unknown authored
into mysql.com:/extern/mysql/5.0/bug16887/mysql-5.0-release sql/sql_yacc.yy: Auto merged mysql-test/r/sp.result: SCCS merged mysql-test/t/sp.test: SCCS merged
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-bug11527
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/home/gluh/MySQL/Merge/5.0 mysql-test/r/binary.result: Auto merged mysql-test/t/binary.test: Auto merged sql/field_conv.cc: Auto merged
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.0 sql/hostname.cc: Auto merged
-
unknown authored
removed unnecessary calculation of cache value otherwise Join::preapre tries to calculate undefined values(filed values) mysql-test/r/type_decimal.result: Fix for bug#17826 'type_decimal' fails with ps-protocol test case, this test case reproduce the same bug but without PS protocol mysql-test/t/type_decimal.test: Fix for bug#17826 'type_decimal' fails with ps-protocol test case, this test case reproduce the same bug but without PS protocol
-
unknown authored
into mysql.com:/usr/home/ram/work/5.0.b17615 mysql-test/r/sp.result: merging mysql-test/t/sp.test: merging
-
unknown authored
into mysql.com:/usr/home/ram/work/4.1.b13659
-
unknown authored
Don't create empty embedded RPM, bug#15769 support-files/mysql.spec.sh: Don't create empty embedded RPM, bug#15769
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
-
unknown authored
(ASCII space). For Bug#16857. sql/field_conv.cc: Bug#16857: Do not expand BINARY fields as if they are strings (which presumably /should/ be filled with spaces). Instead, fill BINARY fields with 0x00 bytes.
-
unknown authored
Use libtool convenience lib, to access get_password object correctly, bug#17155 server-tools/instance-manager/Makefile.am: Use libtool convenience lib, to access get_password object correctly, bug#17155
-
unknown authored
(ASCII space). For Bug#16857. sql/field_conv.cc: Bug#16857: Do not expand BINARY fields as if they are strings (which presumably /should/ be filled with spaces). Instead, fill BINARY fields with 0x00 bytes.
-
- 02 Mar, 2006 3 commits
-
-
unknown authored
into selena.:H:/MYSQL/src/#17595-mysql-5.0
-
unknown authored
into mysql.com:/extern/mysql/5.0/bug17476/mysql-5.0
-
unknown authored
time per connection Removed const_string() method from Item_string (it was only used in one place, in a bad way). Defer possible SP variable, and access data directly instead, in date_format item. mysql-test/r/sp.result: Updated results for new test (BUG#17476). mysql-test/t/sp.test: New test case (BUG#17476) sql/item.h: Removed const_string() from Item_string. It was only used in one place, and we can just use str_value in Item directly. sql/item_timefunc.cc: Must defer a (possible) local SP variable to use max_length and str_value in Item_func_date_format::fix_length_and_dec(), and refer to str_value directly without the const_string() method (now removed); the cast didn't work in all cases anyway.
-