- 31 Aug, 2005 10 commits
-
-
unknown authored
-
unknown authored
BitKeeper/etc/config: Auto merged Makefile.am: Auto merged VC++Files/sql/mysqld.vcproj: Auto merged configure.in: Auto merged extra/perror.c: Auto merged include/my_global.h: Auto merged mysql-test/mysql-test-run.pl: Auto merged mysql-test/mysql-test-run.sh: Auto merged mysql-test/t/alter_table.test: Auto merged mysql-test/t/disabled.def: Auto merged mysys/Makefile.am: Auto merged scripts/mysql_fix_privilege_tables.sql: Auto merged sql/Makefile.am: Auto merged sql/ha_innodb.cc: Auto merged sql/ha_innodb.h: Auto merged sql/handler.h: Auto merged sql/item.cc: Auto merged sql/lex.h: Auto merged sql/log.cc: Auto merged sql/log_event.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/opt_range.cc: Auto merged sql/set_var.cc: Auto merged sql/sp.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_delete.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_show.cc: Auto merged sql/sql_table.cc: Auto merged sql/sql_update.cc: Auto merged sql/examples/ha_tina.cc: Auto merged sql/sql_yacc.yy: Auto merged sql/table.h: Auto merged sql/unireg.h: Auto merged storage/innobase/lock/lock0lock.c: Auto merged storage/myisam/mi_check.c: Auto merged storage/myisam/mi_search.c: Auto merged storage/myisam/myisamchk.c: Auto merged storage/myisam/myisamlog.c: Auto merged storage/myisam/myisampack.c: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/redoLogReader/records.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/redoLogReader/records.hpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/redoLogReader/redoLogFileReader.cpp: Auto merged
-
unknown authored
After merge fix for bug #12537 sql/item.cc: After merge fix for bug #12537 sql/sql_select.cc: After merge fix for bug #12537 mysql-test/r/create.result: After merge fix for bug #12537 mysql-test/t/create.test: After merge fix for bug #12537
-
unknown authored
mysql-test/r/create.result: Auto merged mysql-test/t/create.test: Auto merged
-
unknown authored
into selena.:H:/MYSQL/src/#11815-mysql-5.0
-
unknown authored
-
unknown authored
into mysql.com:/usr/home/ram/work/mysql-5.0 sql/ha_blackhole.cc: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged mysql-test/r/variables.result: merging mysql-test/t/variables.test: merging
-
unknown authored
Changed back to 5.0.13-beta configure.in: Changed back to 5.0.13-beta
-
unknown authored
Put back unused old manager dummy arguments, some scripts use them mysql-test/mysql-test-run.pl: Put back unused old manager dummy arguments, some scripts use them
-
unknown authored
Make dist copy of .imtest files not fail the make target, as there are no files yet mysql-test/Makefile.am: Make dist copy of .imtest files not fail the make target, as there are no files yet
-
- 30 Aug, 2005 30 commits
-
-
unknown authored
into moonbone.local:/work/12489-bug-5.0-mysql
-
unknown authored
view. For Item_func_strcmp print() was not defined and for this class was called print_op of it's parent class. Because of this strcmp() was printed wrongly and this results int creation of broken view. Added function Item_func_strcmp::print() which correctly prints strcmp() function. sql/item_cmpfunc.h: Fix bug #12489 wrongly printed strcmp() function results in creation of broken view. mysql-test/r/view.result: Test case for bug #12489 wrongly printed strcmp() function results in creation of broken view. mysql-test/t/view.test: Test case for bug #12489 wrongly printed strcmp() function results in creation of broken view.
-
unknown authored
into mysql.com:/home/alik/Documents/AllProgs/MySQL/devel/5.0-im-tests-fw
-
unknown authored
sql/item.cc: Auto merged sql/sql_select.cc: manual merge
-
unknown authored
into kite-hub.kitebird.com:/src/extern/MySQL/bk/mysql-5.0
-
unknown authored
string while replicating LOAD DATA INFILE statement. VC++Files/mysys/mysys.dsp: added mf_unixpath.c into mysys.dsp include/my_sys.h: Added an option for fn_format function to convert path from system representation to UNIX format. mysys/mf_format.c: Added an option for fn_format function to convert path from system representation to UNIX format. sql/log_event.cc: Convert file path to UNIX format to build correct query string while replicating LOAD DATA INFILE statement.
-
unknown authored
Reorder out-of-order status variables sql/ha_innodb.cc: Reorder out-of-order status variables
-
unknown authored
Reorder out-of-order status variables sql/mysqld.cc: Reorder out-of-order status variables
-
unknown authored
Reorder out-of-order system variables sql/set_var.cc: Reorder out-of-order system variables
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-5.0
-
unknown authored
mysql-test/r/archive.result: Updated result file mysql-test/t/archive.test: Test fix. The INSERT DELAYED test must always come last. sql/examples/ha_archive.h: Bad merge.
-
unknown authored
-
unknown authored
into kite-hub.kitebird.com:/tmp/merge-5.0 sql/set_var.cc: Auto merged
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-5.0 sql/handler.h: Auto merged
-
unknown authored
into zim.(none):/home/brian/mysql/mysql-4.1
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug12720
-
unknown authored
into mysql.com:/usr/home/ram/work/4.1.b9613
-
unknown authored
Item::tmp_table_field_from_field_type() and create_tmp_field_from_item() was converting string field to blob depending on byte-wise length instead of character length, which results in converting valid varchar string with length == 86 to longtext. Made that functions above take into account max width of character when converting string fields to blobs. sql/item.cc: Fix bug #12537 UNION produces longtext instead of varchar Item::tmp_table_field_from_field_type() now taking into account max char width when creating tmp field for string fields. sql/sql_select.cc: Fix bug #12537 UNION produces longtext instead of varchar create_tmp_field_from_item()now taking into account max char width when creating tmp field for string fields. mysql-test/r/create.result: Test case for bug #12537 UNION produces longtext instead of varchar mysql-test/t/create.test: Test case for bug #12537 UNION produces longtext instead of varchar
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000 mysql-test/r/innodb.result: Auto merged mysql-test/t/innodb.test: Auto merged sql/sql_parse.cc: Auto merged sql/sql_delete.cc: After merge fix.
-
unknown authored
into mysql.com:/home/psergey/mysql-5.0-bug12720 sql/opt_range.cc: Auto merged
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-bug-12672
-
unknown authored
into 127.(none):/home/osku/mysql-5.0
-
unknown authored
sql/ha_innodb.cc: Add 'value' parameter to reset_auto_increment. sql/ha_innodb.h: Add 'value' parameter to reset_auto_increment. sql/handler.h: Add 'value' parameter to reset_auto_increment. sql/mysql_priv.h: Add 'reset_auto_increment' parameter to mysql_delete. sql/sql_delete.cc: Add 'reset_auto_increment' parameter to mysql_delete, and use it instead of checking for SQLCOM_TRUNCATE. mysql_truncate: Adapt to changes in mysql_delete. sql/sql_parse.cc: mysql_execute_command: Adapt to changes in mysql_delete.
-
unknown authored
into mysql.com:/usr/home/ram/work/4.1.b9613
-
unknown authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
unknown authored
into mysql.com:/home/timka/mysql/src/5.0-bug-12672
-
unknown authored
into mysql.com:/home/mydev/mysql-5.0-5000
-
unknown authored
into 127.(none):/home/osku/mysql-5.0
-
unknown authored
into mysql.com:/usr/home/ram/work/4.1.b9613 sql/set_var.cc: Auto merged
-
unknown authored
into eel.(none):/home/jonas/src/mysql-5.0-push
-