- 22 Feb, 2008 1 commit
-
-
unknown authored
-
- 20 Feb, 2008 1 commit
-
-
unknown authored
Put all path conversions in one file Convert the --tmpdir passed to "mysqld --verbose --help" mysql-test/lib/My/Find.pm: Use My::Platform mysql-test/lib/My/SafeProcess.pm: use My::Platform mysql-test/lib/mtr_cases.pm: Use My::Platform mysql-test/lib/mtr_misc.pl: Move 'mtr_native_path' to My::Platform mysql-test/lib/My/Platform.pm: New BitKeeper file ``mysql-test/lib/My/Platform.pm'' mysql-test/lib/t/Platform.t: New BitKeeper file ``mysql-test/lib/t/Platform.t''
-
- 19 Feb, 2008 1 commit
-
-
unknown authored
since it will be change in other patch
-
- 04 Feb, 2008 3 commits
-
-
unknown authored
Remove mtr_log_* BitKeeper/deleted/.del-mtr_settings.pl: Delete: mysql-test/lib/mtr_settings.pl
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr mysql-test/lib/mtr_cases.pm: Auto merged mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
mysql-test/lib/mtr_cases.pm: Fix typo mysql-test/mysql-test-run.pl: Add --verbose-restart Remove unused mysql-test/lib/mtr_report.pl: Add 'mtr_verbose_restart' mysql-test/lib/t/Options.t: Extend uint test
-
- 18 Jan, 2008 1 commit
-
-
unknown authored
-
- 17 Jan, 2008 2 commits
-
-
unknown authored
into shellback.(none):/home/msvensson/mysql/mysql-5.1-mtr mysql-test/lib/My/SafeProcess.pm: Auto merged mysql-test/lib/mtr_cases.pm: Auto merged mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
BitKeeper/etc/ignore: Added mysql-test/lib/My/SafeProcess/my_safe_process to the ignore list configure.in: Add Makefile to build safe_process mysql-test/Makefile.am: Build lib/My/SafeProcess mysql-test/lib/My/SafeProcess.pm: Use C version of safe_process mysql-test/lib/t/SafeProcessStress.pl: Decrease number of loops mysql-test/lib/My/SafeProcess/Makefile.am: New BitKeeper file ``mysql-test/lib/My/SafeProcess/Makefile.am'' mysql-test/lib/My/SafeProcess/safe_process.cc: New BitKeeper file ``mysql-test/lib/My/SafeProcess/safe_process.cc''
-
- 11 Jan, 2008 2 commits
- 10 Jan, 2008 8 commits
-
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr mysql-test/lib/mtr_cases.pm: Auto merged
-
unknown authored
not have a my.cnf of it's own - Fix paths: master-data => mysqld.1/data, ../std_data_ln => MYSQLTEST_VARDIR/std_data mysql-test/lib/mtr_cases.pm: Add autodetection of which my.cnfs to use for each testcase if suite does not have a my.cnf of it's own mysql-test/suite/parts/inc/partition.pre: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/inc/partition_basic.inc: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/inc/partition_check_drop.inc: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/inc/partition_layout.inc: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/inc/partition_layout_check1.inc: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/inc/partition_layout_check2.inc: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/inc/partition_supported_sql_funcs.inc: Update paths, ../std_dataln_ => MYSQLTEST_VARDIR/std_data mysql-test/suite/parts/r/part_supported_sql_func_innodb.result: Update paths, ../std_dataln_ => MYSQLTEST_VARDIR/std_data mysql-test/suite/parts/r/part_supported_sql_func_myisam.result: Update paths, ../std_dataln_ => MYSQLTEST_VARDIR/std_data mysql-test/suite/parts/r/partition_alter1_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_alter2_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_alter3_innodb.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_alter3_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_alter4_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_basic_innodb.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_basic_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_engine_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_syntax_myisam.result: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/r/partition_t55.out: Update paths, master-data => mysqld.1/data mysql-test/suite/parts/t/partition_sessions.test: Update paths, master-data => mysqld.1/data
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr mysql-test/lib/My/SafeProcess.pm: Auto merged
-
unknown authored
-
unknown authored
-
unknown authored
-
- 09 Jan, 2008 7 commits
-
-
unknown authored
- Fix 'my_win_init' code that handles initialization of "query_performance_counter" and conversion from registry values to environment strings mysys/my_init.c: - Change check of return value from 'QueryPerformanceFrequency', it returns 0 on error - Don't return from 'my_win_init' if the registry key "HKEY_LOCAL_MACHINE\SOFTWARE\MySQL" doesn't exist. This caused the initialization of "query_performance_counter" to be bypassed unless there was at lest such a key. - Cleanup the "registry -> environment variables" from Italian comments, remove redundant variables and fix style. - Remove function 'setEnvString' and replace it with oneliner 'strxmov'
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
-
unknown authored
Disable dynamic option switch
-
unknown authored
- Open tables readonly while not properly initialized - Close cached tables when coming out of readonly mode - Apply basically same patch as for 32275 mysql-test/include/ndb_not_readonly.inc: Fix syntax of "die" call Remove the maskin of ER_GET_ERRMSG, should never happen sql/ha_ndbcluster.cc: - Open tables readonly until binlog tables have been initialized sql/ha_ndbcluster_binlog.cc: - Reset "ndb_binlog_tables_inited" when something has happened to schema table, apply status table or when connection to cluster is lost. - Close cached tabled after setting ndb_binlog_is_ready to cleanout any tables opened as readonly.
-
unknown authored
-
unknown authored
-
- 08 Jan, 2008 14 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr mysql-test/mysql-test-run.pl: Auto merged
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr
-
unknown authored
mysql-test/lib/My/Options.pm: Add conversion from --set-variable=name=value to SET GLOBAL name=value
-
unknown authored
-
unknown authored
return code from "could not find command" which is 1, conflicts with return code from diff failed, which is also 1.
-
unknown authored
-
unknown authored
into pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-mtr mysql-test/t/mysqlbinlog_base64.test: Auto merged
-
unknown authored
with another MTR_BUILD_THREAD=auto run
-