An error occurred fetching the project authors.
- 06 Aug, 2007 3 commits
-
-
msvensson@shellback.(none) authored
Extend buffer size to allow for longer log messages
-
msvensson@shellback.(none) authored
Update comments Add more tests for "let from query"
-
msvensson@shellback.(none) authored
-
- 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 2 commits
-
-
dkatz@damien-katzs-computer.local authored
When opening a new connecgtion, changed mysqltest to prefer a brand new connection slot over an existing, closed slot. Fixes a problem with reused slots that can cause tests to fail. bug#29579
-
dkatz@damien-katzs-computer.local authored
Added an option to yassl to allow "quiet shutdown" like openssl does. This option causes the SSL libs to NOT perform the close_notify handshake during shutdown. This fixes a hang we experience because we hold a lock during socket shutdown.
-
- 08 Jun, 2007 1 commit
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
on PPC/Debian Linux default stack size for a thread is too big. As we use default thread settings in mysqltest, the thread creation fails if we create lots of threads (as it happens in flush.test). So now stack size is explicitly specified for the mysqltest
-
- 01 Jun, 2007 2 commits
-
-
msvensson@pilot.(none) authored
-
msvensson@pilot.(none) authored
- Add funtion "query_get_value to allow reading a fields value into a $variable
-
- 18 May, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Final touchups
-
- 16 May, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
- Change from "query_sorted <query>" to "sorted_results"
-
msvensson@pilot.blaudden authored
-
- 18 Apr, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
it easier to set a variable from string or int
-
- 10 Apr, 2007 4 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
- 05 Apr, 2007 2 commits
-
-
msvensson@shellback.(none) authored
Usage: query_sorted <query>;
-
msvensson@pilot.blaudden authored
Cleanup exit handling
-
- 04 Apr, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
error code indicating test should be skipped
-
msvensson@pilot.blaudden authored
"if with query" and "while with query"
-
- 27 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
- Interpret the pointer passed to 'mysql_options' for MYSQL_OPT_SSL_VERIFY_SERVER_CERT as a my_bool - In 5.1 the mysql_options signature will be chanegd to take a 'void*' in order to further emphasize the need for a pointer to correct type
-
- 20 Mar, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 01 Mar, 2007 3 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
-
- 28 Feb, 2007 3 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
- Use "mysql_stmt_field_count" to determine if there is a need to call "mysql_stmt_store_result"
-
- 22 Feb, 2007 2 commits
-
-
monty@mysql.com/narttu.mysql.fi authored
Suppress compiler warnings from bdb and (for the moment) warnings from ndb
-
monty@mysql.com/narttu.mysql.fi authored
Fixed a couple of usage of not initialized warnings (unlikely cases)
-
- 20 Feb, 2007 2 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
- 19 Feb, 2007 4 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
know it's an escape char. Replace /dev/null with NUL Replace "closed stdout" with "not open fd"
-
- 16 Feb, 2007 1 commit
-
-
msvensson@neptunus.(none) authored
mainly occurs on win2003 64bit. - Execute "exec" commands directly with cmd.exe and replace "--exec echo ..." with "--exec .\echo.exe ..."
-
- 14 Feb, 2007 1 commit
-
-
msvensson@pilot.mysql.com authored
-