- 28 Feb, 2007 1 commit
-
-
jani@ua141d10.elisa.omakaista.fi authored
-
- 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)
-
- 16 Jan, 2007 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Always reset error when calling mysql_stmt_prepare a second time - Set stmt->state to MYSQL_STMT_INIT_DONE before closing prepared stmt in server. - Add test to mysql_client_test - Remove mysql_stmt_close in mysqltest after each query - Close all open statements in mysqltest if disable_ps_protocol is called.
-
- 23 Dec, 2006 1 commit
-
-
kent@mysql.com/kent-amd64.(none) authored
Changed header to GPL version 2 only
-
- 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
-
- 11 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
- Add printout in safe_connect indicating that mysqltest is in a loop waiting for connection to mysqld. Will be printed when --verbose is passed as argument to mysqltest
-
- 08 Dec, 2006 3 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Use "mysql_field_count" to determine if there is a need to call "mysql_store_result"
-
msvensson@neptunus.(none) authored
- Thanks to Vasil Dimov for the patch!
-
- 06 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Remove DBUG_ENTER in my_end
-
- 05 Dec, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 04 Dec, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
Close any statements that might be open before program exit Close any statments that might be open when calling "disable_ps_protocol"
-
msvensson@neptunus.(none) authored
- Add CR_CONN_HOST_ERROR to list of errorcode that trigger another connection attempt in mysqltest
-
- 30 Nov, 2006 2 commits
-
-
monty@mysql.com/narttu.mysql.fi authored
Don't assert if my_thread_end() is called twice (common case)
-
msvensson@neptunus.(none) authored
-
- 29 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
holyfoot/hf@mysql.com/deer.(none) authored
the problem is that client tools are compiled with UNDEF_THREADS_HACK flag, and my thread-related additions to the mysqltest.c can't be compiled. Easy solution is to disable these in not-embedded case completely.
-
- 21 Nov, 2006 2 commits
-
-
msvensson@neptunus.(none) authored
-
msvensson@shellback.(none) authored
-
- 20 Nov, 2006 1 commit
-
-
msvensson@shellback.(none) authored
$MYSQLTEST_VARDIR, for usage of vardir=e:/var<nnn> on windows
-
- 16 Nov, 2006 1 commit
-
-
holyfoot/hf@mysql.com/deer.(none) authored
-
- 08 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
Pass location of charsets dir to mysqltest to avoid using the charsetdir locally installed on machine.
-
- 03 Nov, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 31 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 24 Oct, 2006 3 commits
-
-
msvensson@neptunus.(none) authored
-
holyfoot/hf@mysql.com/deer.(none) authored
-
holyfoot/hf@mysql.com/deer.(none) authored
-
- 23 Oct, 2006 1 commit
-
-
holyfoot/hf@mysql.com/deer.(none) authored
Necessary code added to mysqltest.c. Disabled tests are available now.
-
- 19 Oct, 2006 1 commit
-
-
msvensson@neptunus.(none) authored
commands and go directly to result file processing
-
- 14 Oct, 2006 2 commits
-
-
msvensson@shellback.(none) authored
mysqltest.test on Solaris and Mac. write_file produced nice files with all zeroes.
-
msvensson@shellback.(none) authored
-
- 13 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
-
- 12 Oct, 2006 3 commits
-
-
msvensson@shellback.(none) authored
This will hopefully avoiid annoying crashes when running with --debug Fix warnings from the above in mysqltest.c
-
msvensson@shellback.(none) authored
Fix warning about value from "*ptr++" not being used. Changed it to ptr++
-
msvensson@shellback.(none) authored
MOve DBUG_ASSERT(result_file_name) to after DBUG_ENTER Change type of "reconnect" variable from int to my_bool, reconnect didn't work on Solaris without that
-
- 11 Oct, 2006 2 commits
-
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
-
- 08 Oct, 2006 1 commit
-
-
msvensson@shellback.(none) authored
vsnprintf is not available on win2003-x86 host, as this is just a debug functionality - disable it for now.
-