An error occurred fetching the project authors.
- 13 Nov, 2008 1 commit
-
-
Sven Sandberg authored
Problem: Many test cases don't clean up after themselves (fail to drop tables or fail to reset variables). This implies that: (1) check-testcase in the new mtr that currently lives in 5.1-rpl failed. (2) it may cause unexpected results in subsequent tests. Fix: make all tests clean up. Also: cleaned away unnecessary output in rpl_packet.result Also: fixed bug where rpl_log called RESET MASTER with a running slave. This is not supposed to work. Also: removed unnecessary code from rpl_stm_EE_err2 and made it verify that an error occurred. Also: removed unnecessary code from rpl_ndb_ctype_ucs2_def.
-
- 21 Nov, 2006 1 commit
-
-
monty@mysql.com/nosik.monty.fi authored
Moved .progress files into the log directory Moved 'cluster' database tables into the MySQL database, to not have 'cluster' beeing a reserved database name Fixed bug where mysqld got a core dump when trying to use a table created by MySQL 3.23 Fixed some compiler warnings Fixed small memory leak in libmysql Note that this doesn't changeset doesn't include the new mysqldump.c code required to run some tests. This will be added when I merge 5.0 to 5.1
-
- 16 Aug, 2006 1 commit
-
-
mleich@three.local.lan authored
WL#3397 Refactoring storage engine test cases (for falcon) It contains also fixes according to code review. Contents: Testcases which were in history dedicated to InnoDB or MyISAM only. Modifications: 1. Shift the main testing code into include/<testing field>.inc Introduce $variables which can be used to omit tests for features which are not supported by certain storage engines. 2. The storage engine to be tested is assigned within the toplevel script (t/<whatever>_<engine>.test) via variable $engine_type and the the main testing code is sourced from include/<testing field>.inc 3. Some toplevel testscripts have to be renamed to - avoid immediate or future namespace clashes - show via filename which storage engine is tested 4. Minor code cleanup like remove trailing spaces, some additional comments ....
-
- 23 Jan, 2006 1 commit
-
-
ingo@mysql.com authored
Change "duplicate key" message to print key name instead of key number.
-
- 27 May, 2005 1 commit
-
-
lars@mysql.com authored
-
- 26 Jun, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 20 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 10 Dec, 2003 1 commit
-
-
Deprecate the use of TYPE=... Preferred syntax is ENGINE=
-
- 12 Aug, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 17 Apr, 2003 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 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()
-
- 21 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
excluded double call of 'invalidate()'
-
- 03 Nov, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed bug in quqry cache dbd transaction processing
-
- 15 Mar, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 13 Dec, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Fixed bug in query cache. Cleaned up des_crypt code.
-