An error occurred fetching the project authors.
- 13 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
Write test results to var/log Add test for "source" and variable expansion
-
- 08 Aug, 2007 1 commit
-
-
msvensson@shellback.(none) authored
-
- 07 Aug, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update comments - Make "write_file" fail if file already exist - Remove temporary files created by test cases
-
- 06 Aug, 2007 1 commit
-
-
msvensson@shellback.(none) authored
Update comments Add more tests for "let from query"
-
- 03 Aug, 2007 1 commit
-
-
msvensson@shellback.(none) authored
- Move the code to generate test report to the test tool(in this case mysqltest) where the best control of what failed is - Simplify the code in mysql-test-run.pl - mysqltest will now find what diff to use in a best effort attempt using "diff -u", "diff -c" and finally dumping the two files verbatim in the report.
-
- 13 Jul, 2007 1 commit
-
-
dkatz@damien-katzs-computer.local authored
-
- 19 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Add test case for this already existing feature
-
- 01 Jun, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Add funtion "query_get_value to allow reading a fields value into a $variable
-
- 31 May, 2007 1 commit
-
-
msvensson@pilot.(none) authored
- Update tests to be independent how the mysqld was started
-
- 18 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Final touchups
-
- 16 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Change from "query_sorted <query>" to "sorted_results"
-
- 10 Apr, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 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"
-
- 19 Feb, 2007 3 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
- 19 Jan, 2007 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 14 Dec, 2006 1 commit
-
-
monty@mysql.com/narttu.mysql.fi authored
- Removed not used variables and functions - Added #ifdef around code that is not used - Renamed variables and functions to avoid conflicts - Removed some not used arguments Fixed some class/struct warnings in ndb Added define IS_LONGDATA() to simplify code in libmysql.c I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
-
- 30 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 29 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
-
- 04 Oct, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
Update tests and result files after running with new mysqltest that better detects problems with test files
-
msvensson@shellback.(none) authored
-Add support for detecting version and features from mysqld binary - Autodetect netware - Disable some features not available below 5.0 - Cleanup executable_setup to look for one executable at a time, only llok for the ones that are needed based on the selected testcases and settings
-
- 03 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
- ie. backport from 5.1 - also update testcase error dected by new version
-
- 27 Sep, 2006 1 commit
-
-
cmiller@zippy.cornsilk.net authored
The STACK_MIN_SIZE is currently set to 8192, when we actually need (emperically discovered) 9236 bytes to raise an fatal error, on Ubuntu Dapper Drake, libc6 2.3.6-0ubuntu2, Linux kernel 2.6.15-27-686, on x86. I'm taking that as a new lower bound, plus 100B of wiggle-room for sundry word sizes and stack behaviors. The added test verifies in a cross-platform way that there are no gaps between the space that we think we need and what we actually need to report an error. DOCUMENTERS: This also adds "let" to the mysqltest commands that evaluate an argument to expand variables therein. (Only right of the "=", of course.)
-
- 26 Jul, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Allow "query" to be used as a prefix for focing a command to be sent to server - Add testcases
-
- 04 May, 2006 1 commit
-
-
holyfoot@deer.(none) authored
-
- 07 Mar, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 06 Mar, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Use tmp sh file both in system and popen
-
- 28 Feb, 2006 1 commit
-
-
paul@snake-hub.snake.net authored
Fix URLs. README: Fix URL. mysqltest.result: Update test result for real_sleep error message. mysqltest.c: Fix do_sleep() to print correct command name for real_sleep.
-
- 24 Feb, 2006 1 commit
-
-
monty@mysql.com authored
(Needed for "list of pushes" web page and autopush)
-
- 23 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Add new parameter to do_eval so that only unescaped variables in input string is expanded and rest of string is left untouched.
-
- 15 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 10 Feb, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Evaluate all variables in the text before printing it to result file
-
- 24 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 17 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 11 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Fix problem with strange printout of line numbers, detected on aix52, but existing on all platforms, just being masked by init of vars to zero.
-
- 10 Jan, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-