Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for binary protocol (complement to last push) | monty@mashka.mysql.fi | 2002-12-14 | 1 | -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 optimizer | serg@serg.mysql.com | 2002-11-17 | 1 | -0/+33 |
| | |||||
* | merged | serg@sergbook.mysql.com | 2002-11-05 | 1 | -0/+19 |
|\ | |||||
| * | TEMPORARY MERGE tables are allowed | serg@sergbook.mysql.com | 2002-11-05 | 1 | -0/+19 |
| | | |||||
* | | merge.test: | serg@sergbook.mysql.com | 2002-07-22 | 1 | -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 not | Sinisa@sinisa.nasamreza.org | 2002-06-18 | 1 | -0/+1 |
| | | | | | | | | make some new mistakes. | ||||
* | | Fixed a bug in optimiser with MERGE tables with non-unique values | Sinisa@sinisa.nasamreza.org | 2002-06-15 | 1 | -0/+7 |
| | | | | | | | | | | | | with aggregating functions. This consistently crashed Mysql | ||||
* | | Final fixes for INSERT into MERGE tables. | monty@tik.mysql.fi | 2001-09-27 | 1 | -1/+55 |
| | | | | | | | | | | | | Move MAX_BLOB_WIDTH to be global Added full support for unsigned BIGINT Fixed spelling errors | ||||
* | | Merge with 3.23.42 | monty@work.mysql.com | 2001-09-13 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | First drop merge table, then other tables | monty@tik.mysql.fi | 2001-09-12 | 1 | -1/+1 |
| | | |||||
* | | Cleanups | monty@hundin.mysql.fi | 2001-09-07 | 1 | -1/+1 |
|/ | |||||
* | Test that all MERGE tables comes from the same database | monty@hundin.mysql.fi | 2001-08-29 | 1 | -1/+5 |
| | |||||
* | Force close of sockets on HPUX 10.20 | monty@donna.mysql.fi | 2001-05-19 | 1 | -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 fixed | serg@serg.mysql.com | 2001-05-16 | 1 | -0/+13 |
| | |||||
* | Merged some functions and removed some unused client functions. | monty@donna.mysql.fi | 2001-03-06 | 1 | -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 distribution | monty@donna.mysql.com | 2001-02-17 | 1 | -0/+1 |
| | |||||
* | Fixed ALTER TABLE on MERGE tables | monty@donna.mysql.com | 2001-01-28 | 1 | -1/+8 |
| | | | | Fixed bug in DISTINCT | ||||
* | Changes for --with-server-suffix | monty@donna.mysql.com | 2001-01-21 | 1 | -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 mysqlimport | monty@donna.mysql.com | 2000-12-28 | 1 | -0/+79 |
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit |