summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge ↵cmiller@zippy.cornsilk.net2006-08-311-2/+3
|\ | | | | | | | | | | zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my41-no-strange-literals into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
| * Bitkeeper's Tk interface uses UTF8 by default, so mixing charsets in a cmiller@zippy.cornsilk.net2006-08-311-2/+3
| | | | | | | | single file is a bad practice.
* | Merge bk@192.168.21.1:mysql-4.1holyfoot/hf@mysql.com/deer.(none)2006-07-201-0/+2
|\ \ | |/ |/| | | into mysql.com:/home/hf/work/mysql-4.1.19983
| * bug #19983 (mysql_client_test_embedded fails)holyfoot@deer.(none)2006-06-021-0/+2
| |
* | bug #20152: mysql_stmt_execute() overwrites parameter bufferskroki@mysql.com2006-06-301-0/+53
| | | | | | | | | | | | | | | | When using a parameter bind MYSQL_TYPE_DATE in a prepared statement, the time part of the MYSQL_TIME buffer was written to zero in mysql_stmt_execute(). The param_store_date() function in libmysql.c worked directly on the provided buffer. Changed to use a copy of the buffer.
* | Merge mysql.com:/data0/mysqldev/my/mysql-4.1.16a-releaseserg@mysql.com2006-05-241-7/+14
|\ \ | |/ |/| | | into mysql.com:/data0/mysqldev/my/mysql-4.1.20-release
| * don't let bugfix for bug#8303 break the bugfix for bug#8378kent@mysql.com2006-05-241-7/+14
| | | | | | | | | | revert the fix for bug#8303 correct the test for bug#8378
* | Cleanup during review of new pushed codemonty@mysql.com2006-03-301-3/+3
| |
* | Revert the changeset for Bug#16144 "mysql_stmt_attr_get type error":konstantin@mysql.com2006-03-051-20/+0
| | | | | | | | | | it breaks binary compatibility. The patch will be left intact in 5.1.
* | fix for bug #12744 (MYSQL_STMT operations cause seg fault after connection ↵andrey@lmy004.2006-02-011-0/+32
| | | | | | | | reset)
* | A fix and a test case for Bug#15613 "libmysqlclient API functionkonstantin@mysql.com2006-01-181-0/+65
| | | | | | | | mysql_stmt_prepare returns wrong field length"
* | A fix and a test case for Bug#16144 "mysql_stmt_attr_get type error":konstantin@mysql.com2006-01-171-0/+20
|/ | | | use the right type in mysql_stmt_attr_get
* Merge mysql.com:/home/jimw/my/mysql-4.1-12925jimw@mysql.com2005-10-251-0/+19
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * Fix incorrect casts in my_getopt code that capped the maximum of longlongjimw@mysql.com2005-10-251-0/+19
| | | | | | | | options to the wrong value. (Bug #12925)
* | Bug #12698 abnormal program termination running mysql_client_testmsvensson@neptunus.(none)2005-10-131-92/+0
| | | | | | | | | | - Move test for bug#93 from mysql_client_test.c to show_check.test - No need for test written in c
* | Bug #12698 abnormal program termination running mysql_client_testmsvensson@neptunus.(none)2005-10-131-2/+1
|/ | | | | | | - The testcase create a .frm file consisting of "junk". Unfortunately the "junk" wasn't written to the .frm file if mysql_client_test was run with -s option to make it run silent. This most likely caused the file never to be created on windows, and thus the test case failed.
* Bug#12817 SHOW STATUS now blob fieldsgluh@eagle.intranet.mysql.r18.ru2005-09-091-3/+3
| | | | | | | | | | | This fix is cancellation of ChangeSet 1.2329 05/07/12 08:35:30 reggie@linux.site +8 -0 Bug 7142 Show Fields from fails using Borland's dbExpress interface The reason is we can't fix bug#7142 without breaking of existing applications/APIs that worked fine with earlier 4.1 bug 7142 is fixed in 5.0
* Fix incorrect spellings of "dropped" in source and tests. (Bug #12828)jimw@mysql.com2005-08-301-2/+2
|
* Fix bug #11718 query with function, join and order by returns wrong type.evgen@moonbone.local2005-08-171-0/+35
| | | | | | | | | create_tmp_field_from_item() was creating tmp field without regard to original field type of Item. This results in wrong type being reported to client. To create_tmp_field_from_item() added special handling for Items with DATE/TIME field types to preserve their type.
* Fixed compiler warningsmonty@mysql.com2005-07-281-2/+3
|
* Merge grichter@bk-internal.mysql.com:/home/bk/mysql-4.1georg@lmy002.wdf.sap.corp2005-07-201-0/+44
|\ | | | | | | into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-4.1
| * cs fixes from last commit georg@lmy002.wdf.sap.corp2005-07-201-10/+10
| |
| * fix for bug#12001georg@lmy002.wdf.sap.corp2005-07-191-0/+44
| |
* | Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1reggie@linux.site2005-07-181-3/+3
|\ \ | |/ |/| | | into linux.site:/home/reggie/bk/bug7142
| * Bug #7142 Show Fields from fails using Borland's dbExpress interfacereggie@linux.site2005-07-121-3/+3
| | | | | | | | | | | | | | | | | | The problem here is that columns that have an especially long type such as an enum type with many options would be longer than 40 chars but the type column returned from show columns always was defined as varchar(40). This is fixed in 5.0 using info schema.
* | Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1tomas@poseidon.ndb.mysql.com2005-07-151-4/+14
|\ \ | | | | | | | | | into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1-new
| * | fix for #11808 backported.ramil@mysql.com2005-07-141-4/+14
| |/
* | A fix and a test case for Bug#11183 "mysql_stmt_reset() doesn't resetkonstantin@mysql.com2005-07-141-0/+45
| | | | | | | | information about error".
* | A fix and a test case for Bug#9735.konstantin@mysql.com2005-07-141-1/+30
|/ | | | | | | No separate typecode for MEDIUMTEXT/LONGTEXT is added, as we have no sound decision yet what typecodes and for what types are sent by the server (aka what constitutes a distinct type in MySQL).
* Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-05-021-2/+51
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * Fix 'mysql_client_test' with embedded server. (Bug #9634)jimw@mysql.com2005-04-271-2/+51
| |
* | Fixed core dump bug when hot link list in key cache was empty. Bug #10167monty@mysql.com2005-04-271-0/+212
|/
* mysql_client_test.c:bar@mysql.com2005-03-251-0/+2
| | | | Don't run GBK test if not GBK support was compiled.
* Mergejimw@mysql.com2005-02-171-0/+49
|\
| * Only escape the first character in a sequence of bytes that appears to bejimw@mysql.com2005-02-151-10/+10
| | | | | | | | | | a multibyte character, but was not a valid multibyte character. Refinement of fix for Bug #8378.
| * When escaping a string in a multi-byte character set, escape all bytes ofjimw@mysql.com2005-02-091-0/+49
| | | | | | | | | | a character that appears to be a multi-byte character based on its first byte, but is not actually a valid multi-byte character. (Bug #8378)
* | Follow-up for bug#7990konstantin@mysql.com2005-02-101-0/+1
| |
* | A fix and test case for Bug#7990 "mysql_stmt_close doesn't konstantin@mysql.com2005-02-101-1/+21
| | | | | | | | | | | | | | | | | | reset mysql->net.last_error": the solution is to clear MYSQL->net error before performing COM_CLOSE: if the call succeeds, the connection is usable for other statements. More comprehensive fix is to clear MYSQL->net for all recoverable errors at the time they happen, it will be implemented in 5.0 as it introduces incompatibility in behavior.
* | A fix and test case for Bug#8330 "mysql_stmt_execute crashes" (libmysql).konstantin@mysql.com2005-02-101-0/+54
|/
* Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2005-01-241-0/+6
|\ | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * fixes/cleanups according to Coverity reportserg@serg.mylan2005-01-241-0/+6
| |
* | - renamed client_test -> mysql_client_testlenz@mysql.com2005-01-202-3/+3
|/ | | | | | | - renamed the tests that use the embedded server (client_test -> mysql_client_test_embedded, mysqltest -> mysql_test_embedded and changed some Makefiles and scripts so they are installed in $bindir (required to be able to run the test suite against the embedded server)
* A test case for Bug#6761 "mysql_list_fields doesn't work"konstantin@mysql.com2005-01-121-0/+24
|
* Fix to perform correctly with charsets in embedded serverhf@deer.(none)2004-12-211-2/+0
|
* Making 4.1 tree compile with -ansi -pedantickonstantin@mysql.com2004-12-161-3/+3
|
* A fix of return value of mysql_stmt_bind_result() and cleanup.konstantin@mysql.com2004-12-151-4/+1
|
* bug#6275 "client_test" fail in 4.1.7 make testbar@mysql.com2004-12-141-11/+18
| | | | bug#6911 resultset metadata always return client character set
* Test for BUG#7242: Testing prepare + several times executesergefp@mysql.com2004-12-141-0/+51
| | | | (here in client_test.c because we need to check if several PS execution works and the bug shows up with binary protocol only )
* Fix for a bug #6996Sinisa@sinisa.nasamreza.org2004-12-071-0/+62
|