An error occurred fetching the project authors.
- 17 Apr, 2007 1 commit
-
-
serg@janus.mylan authored
-
- 12 Apr, 2007 1 commit
-
-
gshchepa/uchum@gshchepa.localdomain authored
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.
-
- 28 Jul, 2005 1 commit
-
-
monty@mysql.com authored
-
- 23 Aug, 2004 1 commit
-
-
guilhem@mysql.com authored
(ok'd by CTO to fix it in 4.0). Fix to make mysql-test-run work with all Valgrind versions.
-
- 12 Dec, 2003 1 commit
-
-
monty@mysql.com authored
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
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 30 Aug, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Aug, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 09 Apr, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed compilation problem on FreeBSD added test for truncating temporary tables
-
- 03 Sep, 2001 1 commit
-
-
monty@hundin.mysql.fi authored
Create innodb table space if configuring with InnoDB and not using --skip-innodb Fixes for TRUNCATE TABLE and DROP DATABASE.
-
- 02 Feb, 2001 1 commit
-
-
monty@donna.mysql.com authored
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
-
- 28 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
-