An error occurred fetching the project authors.
- 05 Jul, 2007 1 commit
-
-
Problem: in case of failed 'show binlog events...' we don't inform that the log is not in use anymore. That may confuse following 'purge logs...' command as it takes into account logs in use. Fix: always notify that the log is not in use anymore.
-
- 07 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Turn on binlog only for tests that need it - Skip those tests if --skip-binlog is used
-
- 21 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Fix test case to work also when filesystem time differs from mysqld' time. I.e when running with data files on a network share.
-
- 21 Dec, 2006 1 commit
-
-
msvensson@pilot.mysql.com authored
- Skip tests using chmod when running as root
-
- 19 Dec, 2006 1 commit
-
-
df@kahlann.erinye.com authored
-
- 24 Apr, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add test to see if tests are running with root permissions - Disables tests that uses chmod if that is the case
-
- 24 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 15 Jul, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Fixed problem, only detect comment if the # is on start of line AND starting line of the current command. - Wrote tests for most of the mysqltest commands, added stricter checking of correct syntax.
-
- 24 Feb, 2005 1 commit
-
-
monty@mysql.com authored
Previously we only stored the first given error (the error sent to the client)
-
- 23 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 22 Feb, 2005 2 commits
-
-
serg@serg.mylan authored
-
monty@mysql.com authored
Fixed failing myisam.test and rpl_rotate_logs.test on some configurations
-
- 21 Feb, 2005 1 commit
-
-
serg@serg.mylan authored
-
- 25 Jan, 2005 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 12 Nov, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 20 Oct, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 24 Aug, 2004 1 commit
-
-
ingo@mysql.com authored
Replaced fixed port numbers by MASTER_PORT replacement. This allows for a set of ports per tree and hence parallel testing on multiple trees.
-
- 15 Jul, 2004 1 commit
-
-
monty@mysql.com authored
Note: The following tests fails - fulltext (Sergei has promised to fix) - rpl_charset (Guilhem should fix) - rpl_timezone (Dimitray has promised to fix) Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
-
- 10 May, 2004 1 commit
-
-
ingo@mysql.com authored
-
- 19 Dec, 2003 1 commit
-
-
guilhem@gbichot2 authored
* A more dynamic binlog format which allows small changes (1064) * Log session variables in Query_log_event (1063) It contains a few bugfixes (which I made when running the testsuite). I carefully updated the results of the testsuite (i.e. I checked for every one, if the difference between .reject and .result could be explained). Apparently mysql-test-run --manager is broken in 4.1 and 5.0 currently, so I could neither run the few tests which require --manager, nor check that they pass nor modify their .result. But for builds, we don't run with --manager. Apart from --manager, the full testsuite passes, with Valgrind too (no errors). I'm going to push in the next minutes. Remains: update the manual. Note: by chance I saw that (in 4.1, in 5.0) rpl_get_lock fails when run alone; this is normal at it makes assumptions on thread ids. I will fix this one day in 4.1.
-
- 16 Dec, 2003 1 commit
-
-
monty@mysql.com authored
Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working
-
- 19 Nov, 2003 1 commit
-
-
guilhem@gbichot2 authored
has (in mysql-test-run) a slave-net-timeout=10. So the 'sleep 1' below was converted in 'sleep 10', so slave thought that connection was down, so reconnected, so got an additional (fake) Rotate event, which shifted the positions displayed by SHOW SLAVE STATUS.
-
- 09 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
I manually edited rpl_openssl.result because the test is skipped on my machine. Hope it's correct.
-
- 08 Oct, 2003 1 commit
-
-
guilhem@gbichot2 authored
"Add a column "Timestamp_of_last_master_event_executed" in SHOW SLAVE STATUS". Finally this is adding - Slave_IO_State (a copy of the State column of SHOW PROCESSLIST for the I/O thread, so that the users, most of the time, has enough info with only SHOW SLAVE STATUS). - Seconds_behind_master. When the slave connects to the master it does SELECT UNIX_TIMESTAMP() on the master, computes the absolute difference between the master's and the slave's clock. It records the timestamp of the last event executed by the SQL thread, and does a small computation to find the number of seconds by which the slave is late.
-
- 12 Jul, 2003 1 commit
-
-
guilhem@gbichot2 authored
Added PURGE BINARY LOGS as synonym for PURGE MASTER LOGS. Removed PURGE LOGS (now PURGE MASTER LOGS). Added SHOW BDB LOGS as synonym for SHOW LOGS. Note: tests key_cache.test hanged, rpl_log_pos.test, rpl_rotate_logs.test failed for me. For the second and third one I guess this will disappear after merging 4.0.
-
- 17 Jun, 2003 2 commits
-
-
guilhem@mysql.com authored
-
guilhem@mysql.com authored
with 'head'). Test fix (this sync_with_master was nonsense). Now all tests pass in 4.0 in autobuild.
-
- 18 Mar, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Fixed problem with 'wrong packet number' in union
-
- 11 Mar, 2003 1 commit
-
-
gluh@gluh.mysql.r18.ru authored
Added expire-logs-days option
-
- 28 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 16 Nov, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
-
- 29 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 25 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 24 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 22 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-
- 11 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
-
- 24 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed hang in start_slave_threads() when thread dies quickly.
-
- 23 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
-