mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Post-merge fixes for bugs 34587 and 32265.
mysql-test/r/view.result: Drop created view. mysql-test/t/view.test: Update test result. sql/sql_cursor.cc: Fix compilation failure. tests/mysql_client_test.c: Manual merge.
This commit is contained in:
@ -3729,6 +3729,7 @@ create view a as select 1;
|
||||
end|
|
||||
call p();
|
||||
call p();
|
||||
drop view a;
|
||||
drop procedure p;
|
||||
# -----------------------------------------------------------------
|
||||
# -- Bug#34337: Server crash when Altering a view using a table name.
|
||||
|
Reference in New Issue
Block a user