summaryrefslogtreecommitdiff
path: root/mysql-test/t/truncate.test
Commit message (Collapse)AuthorAgeFilesLines
* reverted the fix for Bug#5507serg@janus.mylan2007-04-171-23/+8
|
* Bug#5507: TRUNCATE does not work with views.gshchepa/uchum@gshchepa.localdomain2007-04-121-0/+32
| | | | | | | | | | Support of views wasn't implemented for the TRUNCATE statement. Now TRUNCATE on views has the same semantics as DELETE FROM view: mysql_truncate() checks whether the table is a view and falls back to delete if so. In order to initialize properly the LEX::updatable for a view st_lex::can_use_merged() now allows usage of merged views for the TRUNCATE statement.
* Added end marker for tests to make future merges easiermonty@mysql.com2005-07-281-0/+2
|
* manually mergedserg@serg.mylan2004-08-241-1/+15
|\
| * Fix for BUG#5033 "When using temporary tables truncate does NOT reset the ↵guilhem@mysql.com2004-08-231-1/+15
| | | | | | | | | | | | | | auto_increment counter" (ok'd by CTO to fix it in 4.0). Fix to make mysql-test-run work with all Valgrind versions.
* | Merge with 4.0.17monty@mysql.com2003-12-171-0/+12
|\ \ | |/
| * Fix autoincrement for signed columns (Bug #1366)monty@mysql.com2003-12-121-0/+12
| | | | | | | | | | | | | | | | | | Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test
* | Changed mysql-test to print warnings for not existing table to DROP TABLEmonty@mashka.mysql.fi2003-01-061-0/+3
|/ | | | | | Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
* truncate test made independed from environmentbell@sanja.is.com.ua2002-08-301-0/+1
|
* fixed bug in truncating nonexisting table, found by Carstenbell@sanja.is.com.ua2002-08-051-0/+2
|
* fixed bug in truncating temp tablessasha@mysql.sashanet.com2002-04-081-0/+5
| | | | | fixed compilation problem on FreeBSD added test for truncating temporary tables
* Update of manual with 4.0 changesmonty@hundin.mysql.fi2001-09-031-1/+5
| | | | | Create innodb table space if configuring with InnoDB and not using --skip-innodb Fixes for TRUNCATE TABLE and DROP DATABASE.
* Portability fixesmonty@donna.mysql.com2001-02-021-1/+1
| | | | Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-281-0/+11
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit