- 20 Mar, 2007 5 commits
-
-
unknown authored
win/build-vs71.bat: Change mode to -rwxrw-rw- win/build-vs8.bat: Change mode to -rwxrw-rw-
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
-
unknown authored
- Avoid defaault log file names looking like <hostname>.pid.slow.log by using the FN_REPLACE_EXT flag to 'fn_format' - Remove the default log files generated by log_state.test before test completes mysql-test/t/log_state.test: Tess sets location of log files to default location ie. they will be created in var/run form which the mysqld was started. Remove the files when test are completed sql/log.cc: Replace the extension formatting the default log file name from "pidfile_name" which already contains an extension
-
unknown authored
-
unknown authored
- Setting up a A->B->A replication causes relay logs being written by the master, remove them when test is finished mysql-test/t/rpl_dual_pos_advance.test: Cleanup files created by test case in var/run directory
-
- 19 Mar, 2007 2 commits
-
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint BitKeeper/etc/ignore: auto-union mysql-test/mysql-test-run.pl: Auto merged netware/Makefile.am: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/mysql_priv.h: Auto merged tests/Makefile.am: Auto merged mysql-test/install_test_db.sh: Manual merge sql/sql_acl.h: Manual merge
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
-
- 16 Mar, 2007 2 commits
-
-
unknown authored
- Build sql files for netware from the mysql_system_tables*.sq files - Fix comments about mysql_create_system_tables.sh - Use mysql_install_db.sh to create system tables for mysql_test-run-shell - Fix mysql-test-run.pl to also look in share/mysql for the msyql_system*.sql files BitKeeper/deleted/.del-init_db.sql~e2b8d0c8390e8023: Rename: netware/init_db.sql -> BitKeeper/deleted/.del-init_db.sql~e2b8d0c8390e8023 BitKeeper/deleted/.del-test_db.sql: Rename: netware/test_db.sql -> BitKeeper/deleted/.del-test_db.sql BitKeeper/etc/ignore: Added netware/init_db.sql netware/test_db.sql to the ignore list mysql-test/install_test_db.sh: Use mysql_install_db from install_test_db(which is used bu mysql-test-run-shell) to install the system tables mysql-test/mysql-test-run.pl: Look for the mysql_system_tables*.sql also in share/mysql netware/Makefile.am: Build netware/init_db.sql and netware/test_db.sql from the sources in scripts/msyql_system_tables*.sql scripts/make_binary_distribution.sh: netware/init_db.sql and netware/test_db.sql are now built by the Makefiles from the scripts/mysql_system_tables*.sql files sql/mysql_priv.h: Update comment remindging to update the MySQL system table definitions when adding a new SQL_MODE sql/sql_acl.h: Update comment reminding to update the MySQL System tables when changing the ACL defines
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
-
- 15 Mar, 2007 7 commits
-
-
unknown authored
tested by mysql-test-run.pl BitKeeper/deleted/.del-udf_test: Delete: tests/udf_test BitKeeper/deleted/.del-udf_test.res: Delete: tests/udf_test.res
-
unknown authored
into mysql.com:/home/ram/work/b24558/b24558.5.0
-
unknown authored
into mysql.com:/home/ram/work/b24558/b24558.5.1 sql/field_conv.cc: Auto merged mysql-test/r/type_newdecimal.result: merging mysql-test/t/type_newdecimal.test: merging
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Manual merge
-
unknown authored
code eaiser and more extensible
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint include/my_pthread.h: Auto merged
-
unknown authored
Altering to a decimal field we get double value then store it that may cause data loss. Fix: use store_decimal() instead. mysql-test/r/type_newdecimal.result: Fix for bug #24558: Increasing decimal column length causes data loss - test result. mysql-test/t/type_newdecimal.test: Fix for bug #24558: Increasing decimal column length causes data loss - test case. sql/field_conv.cc: Fix for bug #24558: Increasing decimal column length causes data loss - if target field's result type is DECIMAL_RESULT use store_decimal(val_decimal()) in order not to loss data.
-
- 09 Mar, 2007 5 commits
-
-
unknown authored
Duo T7400". Treat such CPU as Xeon. Here's /proc/cpuinfo for T7400: model name : Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz BUILD/check-cpu: Fix for BUG#26971 "BUILD/check-cpu does not recognize Intel Core 2 Duo T7400". Treat such CPU as Xeon.
-
unknown authored
into gbichot4.local:/home/mysql_src/mysql-5.1-maint
-
unknown authored
Option --no-beep is added to mysqladmin like it already exists in the "mysql" command-line client (short option: -b; long: --no-beep). Default is to emit beeps like that "mysql" client. Can't test in the testsuite; but on my Linux I tested by hand: open a *xterm* and there do "mysqladmin shutdown" - I hear a beep; with --no-beep, no beep. client/mysqladmin.cc: new option --no-beep like in mysql.cc: if used, no beeps (ASCII 7, BEL) are emitted upon errors. Default is to emit beeps, like mysql.cc.
-
unknown authored
into naruto.:C:/cpp/mysql-5.0-maint include/my_pthread.h: Auto merged
-
unknown authored
into naruto.:C:/cpp/mysql-5.0-maint
-
- 08 Mar, 2007 19 commits
-
-
unknown authored
Mask out *_Master_Log_Pos in rpl_ssl test; it varies depending on binlog format mysql-test/t/rpl_ssl.test: Mask out *_Master_Log_Pos in rpl_ssl test; it varies depending on binlog format mysql-test/r/rpl_ssl.result: Mask out *_Master_Log_Pos in rpl_ssl test; it varies depending on binlog format
-
unknown authored
This just reverses those changes. I'm really sorry about that. configure.in, version.c: Reverse last push (from mysql-5.2 into mysql-5.1) configure.in: Reverse last push (from mysql-5.2 into mysql-5.1) storage/ndb/src/common/util/version.c: Reverse last push (from mysql-5.2 into mysql-5.1)
-
unknown authored
into bk-internal.mysql.com:/data0/bk/tsmith-tmp/mysql-5.2 configure.in: Auto merged
-
unknown authored
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint mysql-test/mysql-test-run.pl: Manual merge
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint client/mysql.cc: Auto merged extra/comp_err.c: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged BUILD/SETUP.sh: Use local
-
unknown authored
sql/event_data_objects.cc: Passing time as time_t to function my_time_t requires cast to my_time_t since my_time_t are only required to be 32bits. sql/log.cc: Using time_t instead of my_time_t when calculating current_time. This is a potential bugfix for problem with mysql_system_db reporting slow log as crashed. sql/sql_show.cc: Passing time as time_t to function my_time_t requires cast to my_time_t since my_time_t are only required to be 32bits.
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/set_var.cc: Auto merged
-
unknown authored
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint extra/comp_err.c: Auto merged sql/mysqld.cc: Auto merged
-
unknown authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/51 extra/comp_err.c: Auto merged
-
unknown authored
comp_err.c: return ha_checksum from checksum_format_specifier() - more correct, avoid a compiler warning extra/comp_err.c: return ha_checksum from checksum_format_specifier() - more correct, avoid a compiler warning
-
unknown authored
-
unknown authored
into mysql.com:/data0/mysqldev/users/tomas/mysql-5.1-new-maint storage/ndb/src/common/debugger/EventLogger.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged
-
unknown authored
into mysql.com:/data0/mysqldev/users/tomas/mysql-5.1-new-maint client/sql_string.h: Auto merged storage/myisam/mi_open.c: Auto merged storage/ndb/src/common/debugger/EventLogger.cpp: Auto merged storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged storage/ndb/test/ndbapi/testNodeRestart.cpp: Auto merged
-
unknown authored
into mysql.com:/data0/mysqldev/users/tomas/mysql-5.0-maint
-
unknown authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/mar07/stage2/51 scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/mar07/stage2/51 scripts/make_binary_distribution.sh: Auto merged
-
unknown authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/mar07/stage2/51
-