- 23 Feb, 2006 17 commits
-
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqldump.c: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
unknown authored
client/mysqldump.c: snprintf => my_snprintf
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqldump.c: Auto merged
-
unknown authored
client/mysqldump.c: Declare variable in start of function
-
unknown authored
into mysql.com:/opt/local/work/mysql-5.1-new
-
unknown authored
-
unknown authored
mysql-test/t/mysqltest.test: Fix merge
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 client/mysqldump.c: Auto merged client/mysqltest.c: Auto merged libmysql/libmysql.c: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/r/mysqldump.result: Auto merged mysql-test/r/mysqltest.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged sql/item.cc: Auto merged sql/sp_head.cc: Auto merged mysql-test/t/mysqldump.test: Merge with my own merge mysql-test/t/mysqltest.test: Merge
-
unknown authored
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1 mysql-test/r/sp.result: Auto merged mysql-test/t/disabled.def: Auto merged mysql-test/t/sp.test: Auto merged mysql-test/mysql-test-run.pl: Merge locationwhere to search for client bins
-
unknown authored
client/mysqltest.c: Fix after merge, do_eval has three args Remove extre return in do_block
-
unknown authored
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0 client/mysqltest.c: Auto merged mysql-test/r/mysqltest.result: Auto merged mysql-test/t/mysqldump.test: Auto merged mysql-test/t/mysqltest.test: Merge
-
unknown authored
Add new parameter to do_eval so that only unescaped variables in input string is expanded and rest of string is left untouched. client/mysqltest.c: Add new parameter to 'do_eval' that will add any escape chars found in the input string to the output string. This is used in 'do_system' and in 'do_exec' where only unescaped variables will be expanded, rest of the string will be left untouched. mysql-test/r/mysqltest.result: Update test result mysql-test/t/mysqldump.test: Revert previous patch that added extra \\ in "exec" command mysql-test/t/mysqltest.test: Revert previous patch that added extra \\ in exec command
-
unknown authored
into mysql.com:/usr/local/mysql/tmpbuild-5.1
-
- 22 Feb, 2006 23 commits
-
-
unknown authored
mysql-test/t/disabled.def: enable rpl_ndb_blob* again, disabled by accident
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
Updated with echos for the results file requested by lars mysql-test/t/rpl_row_mysqlbinlog.test: Updated with echos for the results file requested by lars mysql-test/r/rpl_row_mysqlbinlog.result: Updated with echos for the results file requested by lars
-
unknown authored
into mysql.com:/space/pekka/ndb/version/my51
-
unknown authored
mysql-test/r/ndb_restore.result: fix backup id using jeb's ndb_backup.inc mysql-test/t/ndb_restore.test: fix backup id using jeb's ndb_backup.inc
-
unknown authored
mysql-test/t/rpl_row_mysqlbinlog.test: New mysqlbinlog test for row based binlogs per lars request for WL#2321 mysql-test/t/rpl_row_mysqlbinlog-master.opt: New mysqlbinlog test for row based binlogs per lars request for WL#2321 mysql-test/r/rpl_row_mysqlbinlog.result: New mysqlbinlog result WL#2321
-
unknown authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
-
unknown authored
into linux.site:/home/reggie/work/mysql-5.1 sql/share/errmsg.txt: Auto merged
-
unknown authored
We changed the error message to more clearly reflect the fact that we are counting parts and subparts mysql-test/r/partition_mgm_err.result: updated error message sql/share/errmsg.txt: updated error message
-
unknown authored
Change for 'make distcheck' libmysqld.vcproj: Typo VC++Files/libmysqld/libmysqld.vcproj: Typo mysql-test/ndb/Makefile.am: Change for 'make distcheck' storage/archive/Makefile.am: Change for 'make distcheck' plugin/fulltext/Makefile.am: Change for 'make distcheck' storage/csv/Makefile.am: Change for 'make distcheck' storage/heap/Makefile.am: Change for 'make distcheck'
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge sql/ha_ndbcluster_binlog.cc: Auto merged
-
unknown authored
sql/ha_ndbcluster_binlog.cc: A post-merge fix. sql/log_event.cc: A post-merge fix.
-
unknown authored
into mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0-bug17265
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
unknown authored
To quote Timour review lines: The actual cause of the bug is that sql_base.cc:setup_wild() sets "select_lex->with_wild = 0" (in the end of the function) once it expands all wild-cards, and wild-card expansion is done during the prepare phase. During this phase we replace all "*" with the corresponding items, which for views happen to be references to references. When we do execute, select_lex->with_wild = 0, and all "*" are already replaced by the corresponding items, which in the case of views need to be dereferenced first. Fixed by refining the assert. Regression test for the bug is rpl_row_view01, as was reported. sql/item.cc: Refined asssert, suggested by Evgen, due to BUG#17265 prepared statement for select with ps-protocol does not hold the former.
-
unknown authored
-
unknown authored
into mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
-
unknown authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
-
unknown authored
-
unknown authored
configure.in: Merge of the cloned tree (for its tag and other fix/es) inclueded the reset of the version number, this must again be undone in the general tree: 5.1.8-beta is the current version!
-
unknown authored
-
unknown authored
into mysql.com:/home/kostja/mysql/mysql-5.1-merge mysql-test/r/sp-error.result: Auto merged mysql-test/r/sp-security.result: Auto merged mysql-test/r/sp.result: Auto merged mysql-test/t/sp-error.test: Auto merged mysql-test/t/sp-security.test: Auto merged mysql-test/t/sp.test: Auto merged sql/mysql_priv.h: Auto merged sql/sp.cc: Auto merged sql/sql_prepare.cc: Auto merged sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/share/errmsg.txt: Manual merge sql/sql_base.cc: Manual merge.
-