mariadb/scripts
Venkata Sidagam 37d22846c1 Bug #12992993 MYSQLHOTCOPY FAILS IF VIEW EXISTS
Problem description:
mysqlhotcopy fails if a view presents in the database.

Analysis:
Before 5.5 'FLUSH TABLES <tbl_name> ... WITH READ LOCK' will able 
to get lock for all tables (i.e. base tables and view tables). 
In 5.5 onwards 'FLUSH TABLES <tbl_name> ... WITH READ LOCK' for 
'view tables' will not work, because taking flush locks on view 
tables is not valid.

Fix:
Take flush lock for 'base tables' and read lock for 'view table' 
separately.

Note: most of the patch has been backported from bug#13006947's patch
2012-08-14 15:13:30 +05:30
..
CMakeLists.txt Bug #58241 2011-09-13 12:32:53 +02:00
comp_sql.c Add "name of struct" as first arg to comp_sql 2007-04-23 14:01:48 +02:00
dheadgen.pl Updated/added copyright headers 2011-06-30 17:46:53 +02:00
fill_help_tables.sql - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
msql2mysql.sh gen_lex_hash.cc: 2007-01-31 00:06:42 +01:00
mysql_config.pl.in Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_config.sh Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_convert_table_format.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_find_rows.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_fix_extensions.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysql_install_db.pl.in Updated/added copyright headers 2012-02-15 17:21:38 +01:00
mysql_install_db.sh Updated/added copyright headers 2012-02-16 10:48:16 +01:00
mysql_secure_installation.pl.in Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_secure_installation.sh Bug#13741677 MYSQL_SECURE_INSTALLATION DOES NOT 2012-07-26 21:47:03 +05:30
mysql_setpermission.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysql_system_tables.sql Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_system_tables_data.sql Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_system_tables_fix.sql Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysql_test_data_timezone.sql - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
mysql_zap.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlaccess.conf merge 2010-08-20 09:12:36 -05:00
mysqlaccess.sh Updated/added copyright headers 2011-06-30 17:31:31 +02:00
mysqlbug.sh Modify "mysqlbug" ("scripts/mysqlbug.sh") so that it differs between the original 2007-10-18 12:03:30 +02:00
mysqld_multi.sh Updated/added copyright headers 2011-06-30 17:46:53 +02:00
mysqld_safe.sh fix for bug 11748060/34981 2011-11-17 09:13:43 +01:00
mysqldumpslow.sh Updated/added copyright headers 2011-06-30 17:37:13 +02:00
mysqlhotcopy.sh Bug #12992993 MYSQLHOTCOPY FAILS IF VIEW EXISTS 2012-08-14 15:13:30 +05:30