An error occurred fetching the project authors.
- 16 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Change from "query_sorted <query>" to "sorted_results"
-
- 05 Apr, 2007 1 commit
-
-
msvensson@shellback.(none) authored
Usage: query_sorted <query>;
-
- 04 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
"if with query" and "while with query"
-
- 20 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 19 Feb, 2007 3 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
- 30 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 19 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
commands and go directly to result file processing
-
- 05 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
I.e take advantage of the fact that a # comment is always terminated by a new line Add tests for the above
-
- 03 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- ie. backport from 5.1 - also update testcase error dected by new version
-
- 11 Apr, 2006 1 commit
-
-
holyfoot@deer.(none) authored
-
- 28 Feb, 2006 1 commit
-
-
paul@snake-hub.snake.net authored
Add real_sleep tests.
-
- 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 2 commits
-
-
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
-
- 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.
-
- 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
-