mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
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
This commit is contained in:
parent
679088a2ae
commit
2fc5d274e8
5 changed files with 49 additions and 2 deletions
|
|
@ -1105,3 +1105,4 @@ vio/test-ssl
|
|||
vio/test-sslclient
|
||||
vio/test-sslserver
|
||||
vio/viotest-ssl
|
||||
acinclude.m4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue