summaryrefslogtreecommitdiff
path: root/mysql-test/t/merge.test
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for binary protocol (complement to last push)monty@mashka.mysql.fi2002-12-141-2/+2
| | | | | | Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format. DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types. Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
* merge::records_in_range and optimizerserg@serg.mysql.com2002-11-171-0/+33
|
* mergedserg@sergbook.mysql.com2002-11-051-0/+19
|\
| * TEMPORARY MERGE tables are allowedserg@sergbook.mysql.com2002-11-051-0/+19
| |
* | merge.test:serg@sergbook.mysql.com2002-07-221-6/+15
| | | | | | | | | | | | | | | | merge.test - it was missed in the previous commit :( manual.texi: fixed bad auto-merge of OLAP manual Docs/Makefile.am: removed ../MIRROR target (mirror list is no longer in the manual)
* | Fixed some comments , plus introduced some tests so that I do notSinisa@sinisa.nasamreza.org2002-06-181-0/+1
| | | | | | | | make some new mistakes.
* | Fixed a bug in optimiser with MERGE tables with non-unique valuesSinisa@sinisa.nasamreza.org2002-06-151-0/+7
| | | | | | | | | | | | with aggregating functions. This consistently crashed Mysql
* | Final fixes for INSERT into MERGE tables.monty@tik.mysql.fi2001-09-271-1/+55
| | | | | | | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors
* | Merge with 3.23.42monty@work.mysql.com2001-09-131-1/+1
|\ \ | |/
| * First drop merge table, then other tablesmonty@tik.mysql.fi2001-09-121-1/+1
| |
* | Cleanupsmonty@hundin.mysql.fi2001-09-071-1/+1
|/
* Test that all MERGE tables comes from the same databasemonty@hundin.mysql.fi2001-08-291-1/+5
|
* Force close of sockets on HPUX 10.20monty@donna.mysql.fi2001-05-191-0/+1
| | | | | | | Support option lines longer than 256 chars. Close the slow log at shutdown. Always allow debug options to mysqld. Change some DBUG_PRINT tags.
* Fulltext manual changed, MERGE bug fixedserg@serg.mysql.com2001-05-161-0/+13
|
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-1/+11
| | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
* Added Innobase to source distributionmonty@donna.mysql.com2001-02-171-0/+1
|
* Fixed ALTER TABLE on MERGE tablesmonty@donna.mysql.com2001-01-281-1/+8
| | | | Fixed bug in DISTINCT
* Changes for --with-server-suffixmonty@donna.mysql.com2001-01-211-2/+3
| | | | | Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=) Changed MERGE tables to not use FILE
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+79
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit