545 Commits (5e42c0de8d0793d3e714e8368dccd3b69e385fab)

Author SHA1 Message Date
unknown adff49d95c Don't reuse prepared statements if running with reconnect enabled 19 years ago
unknown 7b96503041 Bug#15518 Reusing a stmt that has failed during prepare does not clear error 19 years ago
unknown 6b0853a398 Many files: 19 years ago
unknown 4693771f28 Bug#20225 mysqltest runs in an endless loop when trying to start rpl_sys test suite 19 years ago
unknown 8fc4864ed7 Add missing space 19 years ago
unknown e8d82549af Bug#19410 Test 'kill' fails on Windows + SCO 19 years ago
unknown 33a098bf76 Bug#24498 Stack overflow in mysqltest 19 years ago
unknown d5e094d798 Only call mysql_server_end if mysql_server_init has been called. 19 years ago
unknown afba0de814 Cset exclude: msvensson@neptunus.(none)|ChangeSet|20061204181655|04883 19 years ago
unknown 9f1fa169c5 mysqltest 19 years ago
unknown d2f1fd793b Bug#24389 mysqltest: Could not open connection 'default': 2013 Lost connection to MySQL 19 years ago
unknown 25226de9ea Fixed compiler warnings 19 years ago
unknown 708bce0a97 Add "chmod" command to mysqltest 19 years ago
unknown 0e8ed1b5f2 Add command "chmod" to mysqltest 19 years ago
unknown af6185240a fixed compilation failure on hpux 19 years ago
unknown a599cea10a Remove unused variable 19 years ago
unknown fba971f585 Add missing semicolon 19 years ago
unknown bca9a29eac Fix mysqltest to automatically replace \ with / also in 19 years ago
unknown 83a7bbf730 merging 19 years ago
unknown 427f1acaaa Pass location of charsets dir to mysqltest to avoid using the charsetdir locally installed on machine. 19 years ago
unknown 8cd64ad218 Fix DBUG_PRINT in mysqltest, the real value to print is in ds_cmd 19 years ago
unknown 8e0113be8c Make variables static to please Netware compiler 19 years ago
unknown 7e1fcb649f Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parameters 19 years ago
unknown 430a4ad32c WL#3475 merging 19 years ago
unknown 7e2336925f merging fix 19 years ago
unknown 4ddb48c619 WL#3475 (Threads for the embedded server in mysqltest) 19 years ago
unknown cd06481d65 Add command "exit" to mysqltest, it will stop processing any more 19 years ago
unknown 8ec4020e25 Use char as datatype for the byte that are read with my_fgetc, fixes problem with 19 years ago
unknown b0a4ec859f Improving debugging support in 'read_line' function 19 years ago
unknown 851e6fe44e Use 'my_strnncoll_simple' instead of 'strncasecmp' 19 years ago
unknown 23e9415055 Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT 19 years ago
unknown 7405e7792d Move the reconnect variable to beginning of function 19 years ago
unknown 1f837a5c76 Only print cur_file->filename if cur_file->file is set 19 years ago
unknown d6d4692372 Fixes for embedded server test 19 years ago
unknown 3caef95e64 Fix some bad code in mysqltest.c which cause segfault 19 years ago
unknown 3651933d09 vsnprintf is not available on win2003-x86 host, as this is just a debug functionality - disable it for now. 19 years ago
unknown 13da57d0f1 Init "saved_expected_errors" at program start, avoids crash where --error is first command 19 years ago
unknown 4f7097035f Add comment and remove strange assignment in 'do_exec' 19 years ago
unknown 40e44f0e56 Two implementations of "get_err_code_from_name", one use if mysqld_ername.h is available and oe if it's not 19 years ago
unknown 78c5bc62c5 Add printout of file in which warning was detected 19 years ago
unknown 93a9883bed Add policy directive about keeping mysqltest framework tools identical in all versions 19 years ago
unknown 6d89bcbcff Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails) 19 years ago
unknown 4c8931294b Improve "check_eol_junk" to detect junk although there are multi line comments in the way. 19 years ago
unknown 93c0cddbd4 Update "get_errcode_from_name" 19 years ago
unknown 99cfe38ae7 Don't print version in error message, just too messy to test 19 years ago
unknown 528b7ef9a6 Add possibility to send warnings about suspicious commands in .test file to <result_file_name>.warnings file 19 years ago
unknown 14c2d19558 Fix problem when both option SSL and COMPRESS specified 19 years ago
unknown 807b9f9437 Fix typo 19 years ago
unknown 9368c7bcd8 Update mysqltest to latest version 19 years ago
unknown 216464293b Additional patch to Bug#21476: Free newly-allocated memory in mysqltest. 19 years ago