An error occurred fetching the project authors.
- 27 Nov, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
uses for connect_timeout
-
- 23 Nov, 2007 3 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- Reorganize collect a little to make it easier to apply optimizations and settings to collected test cases. - Add suite/rpl/combination file - Rename include/set_binlog_format_x.inc to .sql since thay are run by "mysql"
-
- 21 Nov, 2007 1 commit
-
-
- 20 Nov, 2007 2 commits
-
-
- 02 Nov, 2007 1 commit
-
-
- 30 Oct, 2007 1 commit
-
-
df@pippilotta.erinye.com authored
-
- 15 Oct, 2007 1 commit
-
-
gkodinov/kgeorge@magare.gmz authored
On Windows the debug log was doing freopen () instead of fflush() and that was slowing the logging down that much that some tests timed out. Fixed by replacing the freopen() with an syncing-to-disk flag to fopen() and fflush(). Also increased the timeout of the tests running with --debug on windows : seems to slow down as much as valgrind on linux.
-
- 05 Oct, 2007 3 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- "mysqld --verbose --help" need to be started in a writable directory
-
- 04 Oct, 2007 1 commit
-
-
jperkin@production.mysql.com authored
were accidentally removed during a previous rototill of this code. Fixes bug#27692. While it can be argued we should strive to provide a 'secure by default' installation, this happens to be the setup currently documented in the manual as the default, so defer changes that improve security out of the box to a co-ordinated effort later on. For now, make a note about the test databases and anonymous user in mysql_install_db and recommend that mysql_secure_installation be ran for users wishing to remove these defaults. [..re-commit of previously lost change..]
-
- 21 Sep, 2007 1 commit
-
-
msvensson@shellback.(none) authored
disconnects when test servers are put under load
-
- 29 Aug, 2007 2 commits
-
-
msvensson@pilot.(none) authored
'mysqld_wait_started' don't return prematurely because of an old pidfile
-
msvensson@pilot.(none) authored
-
- 28 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
to perform this analyzis)
-
- 24 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
'mtr_short_hostname' and 'mtr_full_hostname'
-
- 20 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
-
- 16 Aug, 2007 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
Fixed failing func_misc test for embedded server Added casts to avoid compiler warnings Removed Table_locks_immediate as it's depending on log file cacheing Changed type of get_time() to avoid warnings Removed testing if purger master logs succeded as this is not deterministic
-
- 14 Aug, 2007 3 commits
-
-
tsmith@ramayana.hindu.god authored
including a small change to build_table_filename().
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
-
- 13 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
Write test results to var/log Add test for "source" and variable expansion
-
- 05 Aug, 2007 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Search "relwithdebinfo" directory in CMake Visual Studio build Search for "mysqld-debug" even in source tree
-
- 03 Aug, 2007 4 commits
-
-
iggy@amd64.(none) authored
- Changes to correct and test Windows embedded build.
-
msvensson@shellback.(none) authored
- Move the code to generate test report to the test tool(in this case mysqltest) where the best control of what failed is - Simplify the code in mysql-test-run.pl - mysqltest will now find what diff to use in a best effort attempt using "diff -u", "diff -c" and finally dumping the two files verbatim in the report.
-
msvensson@pilot.(none) authored
Define tot_real_tim locally in mtr_report.pl
-
msvensson@shellback.(none) authored
of mysql-test-run.pl
-
- 01 Aug, 2007 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Fixed compiler warnings, errors and link errors Fixed new bug on Solaris with gethrtime() Added --debug-check option to all mysql clients to print errors and memory leaks Added --debug-info to all clients. This now works as --debug-check but also prints memory and cpu usage
-
- 24 Jul, 2007 1 commit
-
-
antony@pcg5ppc.xiphis.org authored
"getGeneratedKeys() does not work with FEDERATED table" mysql_insert() expected the storage engine to update the row data during the write_row() operation with the value of the new auto- increment field. The field must be updated when only one row has been inserted as mysql_insert() would ignore the thd->last_insert. This patch implements HA_STATUS_AUTO support in ha_federated::info() and ensures that ha_federated::write_row() does update the row's auto-increment value. The test case was written in C as the protocol's 'id' value is accessible through libmysqlclient and not via SQL statements. mysql-test-run.pl was extended to enable running the test binary.
-
- 29 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
-
- 27 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
-
- 26 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Various fixes for running mysql-test-run.pl on ActiveState perl for windows. Reading it's source in win32/win32.c helps...
-
- 20 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Improve shutdown algorithm - Wait up to 5 seconds for processes to exit after their port is free
-
- 13 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Make tesingt continue even if test log file does not exists
-
- 08 Jun, 2007 2 commits
-
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
to crrectly filter tests to run
-
- 01 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Removed the global variable(s) glob_use_running_cluster/slave and put a property on each "cluster" called "use_running" which is set to 1 if user passed either ndb_connectstring or ndb_connectstring_slave. Thus mtr.pl should not start/stop the cluster.
-