An error occurred fetching the project authors.
- 09 Dec, 2010 1 commit
-
-
Bjorn Munch authored
Add check that there is a RHS of the expression Added to mysqltest.test
-
- 01 Dec, 2010 1 commit
-
-
Bjorn Munch authored
I am not fixing the test failure Adds printing of my_errno when commands fail, could hopefully help
-
- 26 Nov, 2010 1 commit
-
-
Bjorn Munch authored
Stripping quotes in let was a bad idea, will not fix Added code to strip quotes from rhs in comparisons
-
- 17 Nov, 2010 2 commits
-
-
Bjorn Munch authored
Evaluation would start with the space and thus ignore the $ Added while() to skip past white space
-
Bjorn Munch authored
-
- 15 Nov, 2010 1 commit
-
-
Bjorn Munch authored
Results from query is sent for evaluation Break recursion by asking for ` to be ignored
-
- 10 Nov, 2010 1 commit
-
-
Bjorn Munch authored
Added more parsing in do_block() Limitation: left operand must be variable Also changed var_set_int from 57036 to var_check_int Added tests to mysqltest.test Some tests can now be simplified but will take this later Updated after comments, now white space around operator not needed
-
- 19 Oct, 2010 1 commit
-
-
Bjorn Munch authored
main.mysqltest skipped on Windows because a perl intentionally does exit(1) Use exit(2), as exit(1) on Windows is indistinguishable from failing to execute perl.
-
- 27 Sep, 2010 1 commit
-
-
Bjorn Munch authored
Adds boolean flag is_int and a separete function to check for int value Added tests to mysqltest.test
-
- 22 Sep, 2010 1 commit
-
-
Bjorn Munch authored
Added --enable-connect-log, somewhet similar to --enable-query-log If query log is disabled, disable connect log too Also some related cleanup in mysqltest.test: removing duplicate test loop
-
- 21 Sep, 2010 1 commit
-
-
Bjorn Munch authored
-
- 15 Sep, 2010 1 commit
-
-
Bjorn Munch authored
When stepping backward to end of `` expression, check for illegal chars
-
- 10 Aug, 2010 1 commit
-
-
Bjorn Munch authored
Allow escaped quotes also in statements not starting with -- But will not support single unescaped ' or `
-
- 04 Aug, 2010 1 commit
-
-
Bjorn Munch authored
Follow-up patch: added test cases for -0 and while
-
- 03 Aug, 2010 1 commit
-
-
Bjorn Munch authored
if() treated any non-numeric string as false Fixed to treat those as true instead Added some test cases Fixed missing $ in variable name in include/mix2.inc
-
- 22 Mar, 2010 1 commit
-
-
Bjorn Munch authored
After disable_abort_on_error, behaved as if --error was in effect Add condition before die, as after queries
-
- 17 Mar, 2010 1 commit
-
-
Bjorn Munch authored
Only log connects after --error A few small test adjustments needed/possible
-
- 03 Mar, 2010 1 commit
-
-
Bjorn Munch authored
-
- 02 Mar, 2010 1 commit
-
-
Bjorn Munch authored
abort_on_error flag for stmt was set at initial parse (Re)-set flag before execution instead, also added to test
-
- 09 Feb, 2010 1 commit
-
-
Bjorn Munch authored
Made mtr's sleep function understand $variables A few fixes since previous patch, added tests
-
- 04 Feb, 2010 2 commits
-
-
Bjorn Munch authored
Added remove_files_wildcard that allows to remove multiple files at once. This is a port of original patch to Windows.
-
Bjorn Munch authored
Added remove_files_wildcard that allows to remove multiple files at once. This is a port of original patch to Windows.
-
- 20 Jan, 2010 3 commits
-
-
Bjorn Munch authored
delimiter not executed so does not recognize end of block Always execute delimiter command, revert after false if() block.
-
Bjorn Munch authored
valgrind pointed to a buffer allocated by my_realloc which looked fishy Replaced size with what was probably intended, added test case. Now also fixed line after review comment
-
Bjorn Munch authored
Since the exec command line is passed on externally, it cannot take newlines Simply replace \n with space Now also added test case
-
- 07 Jan, 2010 1 commit
-
-
Bjorn Munch authored
Undid amendment allowing pending reap after switching connections Moved check for pending reap earlier; failed if running with ps-protocol
-
- 06 Jan, 2010 3 commits
-
-
Bjorn Munch authored
Small amendment: ignore pending reap when switching connection, add test
-
Bjorn Munch authored
Added them NB the 6th case is adapted to Bug no. 49269, gives wrong output without it
-
Bjorn Munch authored
Implemented --lowercase_result which lower cases next result
-
- 11 Nov, 2009 1 commit
-
-
Bjorn Munch authored
Actually, fails on 'perl' in any while Fixed essentially the same way as for append_file
-
- 08 Oct, 2009 1 commit
-
-
Bjorn Munch authored
This was affected by same problem as append_file etc. Added Q_ERROR to special handling, and added small test
-
- 02 Sep, 2009 1 commit
-
-
Bjorn Munch authored
a "if" Bug #41913 mysqltest cannot source files from if inside while Some commands require additional processing which only works first time Keep content for write_file or append_file with the st_command struct Add tests for those cases to mysqltest.test
-
- 19 Aug, 2009 1 commit
-
-
Bjorn Munch authored
diff was actually called but result never outputted before exiting Added extra code to dump output *unless* failure was expected
-
- 27 May, 2009 1 commit
-
-
Bjorn Munch authored
-
- 25 May, 2009 1 commit
-
-
Bjorn Munch authored
check_command_args() always looks for the first , (or whatever) Extended check_command_args() to let arguments be quoted Added test in mysqltest.test
-
- 03 Mar, 2009 1 commit
-
-
Matthias Leich authored
+ Fix for Bug#43114 wait_until_count_sessions too restrictive, random PB failures + Removal of a lot of other weaknesses found + modifications according to review
-
- 02 Mar, 2009 1 commit
-
-
Bernt M. Johnsen authored
-
- 19 Feb, 2009 1 commit
-
-
Patrick Crews authored
Replaced Unix calls with mysql-test-run's built-in functions / SQL manipulation where possible. Replaced error codes with error names as well. Disabled two tests on Windows due to more complex Unix command usage See Bug#41307, Bug#41308
-
- 15 Jan, 2009 1 commit
-
-
Magnus Svensson authored
sync_slave_with_master - Additional patch for "disconnect $variable"
-
- 23 Oct, 2008 1 commit
-
-
Sven Sandberg authored
Problem: In the mysqltest language, it was not possible to set the current connection from a variable, and it was not possible to read the current connection. Fix: Allow setting the connection from a variable, like: connection $variable; and introduce the mysqltest language variable $CURRENT_CONNECTION, which holds the name of the current connection. client/mysqltest.cc: - Made select_connection use the common argument parser instead of its own home-rolled version. That allows variable expansion, for instance. - Made select_connection_name set the variable $CURRENT_CONNECTION, so that test scripts can use that. - Refactored a bit so that stuff that needs to be done when changing connection is located to one place. mysql-test/t/mysqltest.test: Added test case for $CURRENT_CONNECTION and "connection $variable"
-