mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix debian patches for mysql-test-run wrt. deleted test account.
This commit is contained in:
parent
b0542bee9d
commit
300ec4d25e
1 changed files with 2 additions and 1 deletions
3
debian/patches/50_mysql-test__db_test.dpatch
vendored
3
debian/patches/50_mysql-test__db_test.dpatch
vendored
|
@ -10,12 +10,13 @@
|
|||
|
||||
--- old/mysql-test/mysql-test-run.pl 2009-06-16 14:24:09.000000000 +0200
|
||||
+++ new/mysql-test/mysql-test-run.pl 2009-07-04 00:03:34.000000000 +0200
|
||||
@@ -2717,6 +2717,10 @@
|
||||
@@ -2717,6 +2717,11 @@
|
||||
mtr_appendfile_to_file("$sql_dir/mysql_system_tables_data.sql",
|
||||
$bootstrap_sql_file);
|
||||
|
||||
+ mtr_tofile($bootstrap_sql_file, "-- Debian removed the default privileges on the 'test' database\n");
|
||||
+ mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES ('%','test','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
|
||||
+ mtr_tofile($bootstrap_sql_file, "INSERT INTO mysql.db VALUES ('%','test\\_%','','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','Y','Y','Y','Y','Y','N','N','Y','Y');\n");
|
||||
+
|
||||
+
|
||||
# Add test data for timezone - this is just a subset, on a real
|
||||
|
|
Loading…
Add table
Reference in a new issue