An error occurred fetching the project authors.
- 20 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 13 Dec, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Straighten out and comment behaviour for --require and --result in run_query
-
- 09 Dec, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 06 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Updated after review
-
- 05 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 02 Dec, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Add tests to mysqltest.test - Problem no longer exists
-
- 31 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Cleanup of mysqltest.c before extending it
-
- 12 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Updated after review
-
- 20 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Enable testcases after help from Serg
-
- 07 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Improved solution
-
- 06 Sep, 2005 3 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Update test cases
-
- 05 Sep, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
- 02 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 01 Sep, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Move clearing of expected errors
-
- 31 Aug, 2005 2 commits
-
-
msvensson@neptunus.(none) authored
Use !<err_no> instead
-
msvensson@neptunus.(none) authored
- Add stricter checking of syntax in mysqltest
-
- 16 Aug, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 31 Jul, 2005 1 commit
-
-
monty@mishka.local authored
Change bool in C code to my_bool Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
-
- 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.
-
- 16 Jun, 2005 1 commit
-
-
mleich@mysql.com authored
-
- 15 Jun, 2005 1 commit
-
-
mleich@mysql.com authored
- replace @message by $message --> The annoying protocol line "SET @message= <value>" will disappear. - extended description - some examples added
-
- 09 Jun, 2005 1 commit
-
-
obarnir@mysql.com authored
- show_msg.inc - displays a message followed by a line of '-' at the length of the messgae - show_msg80.inc - displays a message followed by a line of '-' with a fixed length of 80
-
- 06 May, 2005 1 commit
-
-
jimw@mysql.com authored
mysqltest. (Bug #10251)
-
- 02 Nov, 2004 1 commit
-
-
monty@mysql.com authored
Added protocol::flush() for easier embedded-server code Increase block allocation variables a bit as they where a bit too small for MySQL 4.1 Added option --silent to client_test
-
- 29 Oct, 2004 1 commit
-
-
mleich@mysql.com authored
WL#2067 add features to mysqltest: "disable_error_abort" + "$mysql_errno" $mysql_errno is a new builtin variable of mysqltest and contains the return code of the last command send to the server. "--disable_abort_on_error" switches the abort of mysqltest after "unmasked" failing statements off. "--enable_abort_on_error" switches the abort of mysqltest after "unmasked" failing statements on. (default) "Maskings" are !$<error number> and --error <error number> in the line before the statement to be checked. The benefit of the option "--disable_abort_on_error" is that - all statements after the failing statement are executed - a r/<test>.reject will be produced - it is possible to write test cases, which perform code sequences depending on the return code of a single statement
-
- 22 Oct, 2004 1 commit
-
-
kent@mysql.com authored
Added SQLSTATE matching support to test engine mysqltest.result, mysqltest.test: new file
-