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
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''
- 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'
- 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.
mysql-test/mysql-test-run.pl:
Try to dynamically change option, restart if it fails.
mysql-test/lib/mtr_cases.pm:
Try to dynamically change option, restart if it fails.
mysql-test/lib/mtr_misc.pl:
Move functions to My::Optiosn
mysql-test/lib/mtr_report.pl:
Add a small dot if test detected restart
mysql-test/lib/My/Options.pm:
New BitKeeper file ``mysql-test/lib/My/Options.pm''
mysql-test/lib/t/Options.t:
New BitKeeper file ``mysql-test/lib/t/Options.t''
mysql-test/include/default_mysqld.cnf:
Turn on log-bin by default for all mysqlds
mysql-test/suite/ndb/r/ndb_binlog_ddl_multi.result:
Update name of binlog file
mysql-test/suite/ndb/r/ndb_binlog_discover.result:
Update name of binlog file
mysql-test/suite/ndb/r/ndb_binlog_format.result:
Update name of binlog file
mysql-test/suite/ndb/r/ndb_binlog_ignore_db.result:
Update name of binlog file
mysql-test/suite/ndb/r/ndb_binlog_log_bin.result:
Update name of binlog file
mysql-test/suite/ndb/r/ndb_binlog_multi.result:
Update name of binlog file
mysql-test/suite/ndb/t/ndb_binlog_discover.test:
Update name of binlog file
CMakeLists.txt:
Add CMakeLists.txt in mysql-test/lib/My/SafeProcess/
mysql-test/lib/My/Find.pm:
Fix for windows
mysql-test/lib/My/SafeProcess.pm:
Fix Tim's review comments
mysql-test/lib/mtr_misc.pl:
Rename glob_win32 to is_win32
mysql-test/mysql-test-run.pl:
Move set_mtr_build_thread_ports earlier
Set MTR_BUILD_THREAD if to the used value
mysql-test/lib/My/SafeProcess/CMakeLists.txt:
New BitKeeper file ``mysql-test/lib/My/SafeProcess/CMakeLists.txt''