mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Cleanups to recent patches
Fix packet error when using wrong GRANT command include/config-win.h: Changed back to test for HAVE_SETFILEPOINTER instead of operating system mysql-test/r/grant.result: Extra test to catch wrong packet bug mysql-test/t/grant.test: Extra test to catch wrong packet bug mysys/my_chsize.c: Cleanup sql/opt_range.cc: Fix to recent BETWEEN patch sql/sql_acl.cc: Fix packet error when using wrong GRANT command sql/sql_select.cc: Cleanups Added not critical out-of-memory check
This commit is contained in:
parent
5c9e0cdc53
commit
ccd828900b
7 changed files with 76 additions and 75 deletions
|
|
@ -72,5 +72,10 @@ delete from mysql.tables_priv where user='mysqltest_1';
|
|||
delete from mysql.columns_priv where user='mysqltest_1';
|
||||
flush privileges;
|
||||
drop table t1;
|
||||
|
||||
#
|
||||
# Test some error conditions
|
||||
#
|
||||
--error 1221
|
||||
GRANT FILE on mysqltest.* to mysqltest_1@localhost;
|
||||
select 1; -- To test that the previous command didn't cause problems
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue