summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler warningsunknown2006-11-201-1/+6
* Fix memory leaks found when valgrinding mysql_client_testunknown2006-10-251-1/+7
* Bug#23037 Bug in field "Default" of query "SHOW COLUMNS FROM table"unknown2006-10-241-4/+16
* Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maintunknown2006-10-241-1/+2
|\
| * Run mysql_client_test without --silentunknown2006-10-241-0/+2
| * Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my41-no...unknown2006-08-311-2/+3
| |\
* | \ Merge neptunus.(none):/home/msvensson/mysql/bug17039/my50-bug17039unknown2006-10-191-0/+14
|\ \ \
| * | | Bug#17039 Cursor with procedure crashes clientunknown2006-09-071-0/+14
* | | | BUG#21726: Incorrect result with multiple invocations of LAST_INSERT_IDunknown2006-10-021-1/+39
* | | | Merge shellback.(none):/home/msvensson/mysql/bug22139/my50-bug22139unknown2006-09-151-6/+3
|\ \ \ \
| * | | | Bug#22139 undefined reference to `my_memmem' when compiling tests/mysql_clien...unknown2006-09-121-6/+3
| |/ / /
* | | | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2006-09-021-2/+3
|\ \ \ \
| * \ \ \ Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my50-no...unknown2006-08-311-2/+3
| |\ \ \ \
| | * \ \ \ Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my41-no...unknown2006-08-311-2/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bitkeeper's Tk interface uses UTF8 by default, so mixing charsets in a unknown2006-08-311-2/+3
| | * | | | Merge bk-internal:/home/bk/mysql-5.0-maintunknown2006-08-221-2/+2
| | |\ \ \ \
| | * | | | | Remove debug printout from mysql_client_testunknown2006-08-221-2/+0
* | | | | | | make dist changes for Cmake buildunknown2006-09-011-1/+2
* | | | | | | Additional files for cmake supportunknown2006-08-311-0/+9
|/ / / / / /
* | | | | | Bug#21813 An attacker has the opportunity to bypass query logging, part2unknown2006-08-301-23/+66
| |/ / / / |/| | | |
* | | | | Bug#21757: mysql_client_test fails in testcase when reading master.log fileunknown2006-08-211-2/+2
|/ / / /
* | | | Merge bk-internal:/home/bk/mysql-5.0-maintunknown2006-08-211-0/+2
|\ \ \ \
| * | | | Print lines from log file to see what's in themunknown2006-08-211-0/+2
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/merge/tmp_mergeunknown2006-08-171-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Remove extra whitespaceunknown2006-08-071-3/+3
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/merge/tmp_mergeunknown2006-08-171-5/+20
|\ \ \ \ \ | |/ / / /
| * | | | Add some more code to analyze why the fgets fails.unknown2006-08-071-3/+12
| * | | | Add printouts in test case for bug17667unknown2006-08-071-0/+4
| * | | | Change the 'sleep' into an explicit FLUSH LOGS commandunknown2006-08-071-1/+3
| * | | | fflush(NULL) before abort so that all pending writes are performedunknown2006-08-071-1/+1
* | | | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/merge/tmp_mergeunknown2006-08-171-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Flush stderr before calling abort()unknown2006-08-061-0/+1
* | | | | My previous change of replacing the call to sprintf with some memcpy type rou...unknown2006-08-141-3/+2
* | | | | Some small cleanups that will help get mysql_client_test passing on Windowsunknown2006-08-101-2/+7
* | | | | please don't call methods that should always execute inside assert()unknown2006-08-051-6/+12
* | | | | mysql_client_test.c:unknown2006-08-051-1/+3
|/ / / /
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-08-021-2/+96
|\ \ \ \ | |_|/ / |/| | |
| * | | A fix and a test case for Bug#15752 "Lost connection to MySQL server unknown2006-07-241-2/+96
* | | | Fix after manual merge.unknown2006-07-291-0/+44
* | | | Merge mysql.com:/home/hf/work/mysql-4.1.mrgunknown2006-07-251-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge bk@192.168.21.1:mysql-4.1unknown2006-07-201-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | bug #19983 (mysql_client_test_embedded fails)unknown2006-06-021-0/+2
* | | | mergingunknown2006-07-181-1/+1
* | | | Merge zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.0unknown2006-07-131-2/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | A patch to Bug#17667 didn't take into consideration that the vardir, which co...unknown2006-07-101-3/+13
* | | | Merge mysqldev@production:my/mysql-5.0-releaseunknown2006-07-041-0/+6
|\ \ \ \
| * | | | Makefile.am:unknown2006-07-031-0/+6
| |/ / /
* | | | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-07-031-0/+34
|\ \ \ \
| * | | | Bug#19671 mysql_list_fields returns incorrect table name for VIEWsunknown2006-06-291-0/+34
| |/ / /
* | | | Merge mysql.com:/home/my/mysql-4.1unknown2006-06-301-6/+65
|\ \ \ \ | |/ / / |/| / / | |/ /