diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2005-03-05 21:44:15 +0200 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2005-03-05 21:44:15 +0200 |
commit | 2fc5d274e875fdcc00a3ee03835f0f964e63dc49 (patch) | |
tree | 262a483ed5b829f39f6334eb6c7eec7745249151 /.bzrignore | |
parent | 679088a2ae1353f14a970182fa64f58170e81b72 (diff) | |
download | mariadb-git-2fc5d274e875fdcc00a3ee03835f0f964e63dc49.tar.gz |
Fixing bug #8850 in such a way that when TRUNCATE is called within
stored procedure, it is converted to DELETE.
mysql-test/r/sp.result:
A result for the test case for bug #8850
mysql-test/t/sp.test:
A test case for the bug #8850
sql/sql_delete.cc:
A fix for bug #8850, plus adding a missing call to mysql_init_select(),
which caused mem_root corruption.
sql/sql_parse.cc:
A fix for the bug #8850
BitKeeper/etc/ignore:
Added acinclude.m4 to the ignore list
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore index 81b5139a7d3..302ea948459 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1105,3 +1105,4 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +acinclude.m4 |