mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Fix test case for Bug #25347 so that it actually tests the code fix,
and so that it works correctly on Windows.
This commit is contained in:
@@ -50,6 +50,7 @@ create database d_bug25347;
|
||||
use d_bug25347;
|
||||
create table t_bug25347 (a int);
|
||||
create view v_bug25347 as select * from t_bug25347;
|
||||
flush tables;
|
||||
removing and creating
|
||||
d_bug25347.t_bug25347 OK
|
||||
drop view v_bug25347;
|
||||
|
||||
Reference in New Issue
Block a user