1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-22 19:52:58 +03:00
Files
mariadb/mysql-test/t
unknown cecdc15a0d This cset fixes BUG# 12838, 14061, 12129
mysqldump.result:
  BUG# 12838
      New test results for mysqldump -x on a DB with views
mysqldump.test:
  sqldump.test:
      BUG# 12838
      New test to run mysqldump -x on a DB with views
mysqldump.c:
  BUG# 12838
      Removed/Changed code which created tables to be put into the dump
      (For loading views of views) by creating temp tables and then using
      the CREATE TABLE information in those temp tables. The problem with this
      is that when mysqldump -x is called, it locks all tables, so the
      temp tables could not be created, causing the mysqldump to exit with
      failure. The code was changed to use SHOW FIELDS to get the column
      names and type to build CREATE TABLE text used to create these tables
      that views need in the dump.


client/mysqldump.c:
  BUG# 12838
      Removed/Changed code which created tables to be put into the dump
      (For loading views of views) by creating temp tables and then using
      the CREATE TABLE information in those temp tables. The problem with this
      is that when mysqldump -x is called, it locks all tables, so the
      temp tables could not be created, causing the mysqldump to exit with
      failure. The code was changed to use SHOW FIELDS to get the column
      names and type to build CREATE TABLE text used to create these tables
      that views need in the dump.
mysql-test/t/mysqldump.test:
  sqldump.test:
      BUG# 12838
      New test to run mysqldump -x on a DB with views
mysql-test/r/mysqldump.result:
  BUG# 12838
      New test results for mysqldump -x on a DB with views
2005-10-25 19:04:31 +02:00
..
2005-07-28 17:09:54 +03:00
2005-09-11 22:10:04 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-07-28 17:09:54 +03:00
2005-09-09 10:54:59 +04:00
2005-07-28 17:09:54 +03:00
2005-09-08 18:15:05 +01:00
2005-09-15 21:05:42 +02:00
2005-09-09 10:54:59 +04:00
2005-10-13 14:35:53 +02:00
2005-10-12 00:58:22 +03:00
2005-08-26 22:25:45 -07:00
2005-08-27 20:06:35 +05:00
2005-09-09 12:43:25 +02:00
2005-07-28 17:09:54 +03:00
2005-09-15 21:05:42 +02:00
2005-07-28 17:09:54 +03:00
2005-08-12 17:57:19 +03:00
2005-08-29 21:06:45 +02:00
2005-07-28 17:09:54 +03:00
2005-09-23 14:37:22 +02:00
2005-07-28 17:09:54 +03:00
2005-09-02 09:50:17 +03:00
2005-09-21 13:53:22 +02:00
2005-09-24 04:11:51 +02:00
2005-09-26 22:43:09 -07:00
2005-07-28 17:09:54 +03:00
2005-09-15 22:21:30 +04:00
2005-08-19 11:38:14 +03:00
2005-09-14 23:12:01 +03:00
2005-10-13 00:29:23 +02:00
2005-09-22 03:23:07 +03:00
2005-08-09 00:13:49 +03:00
2005-10-11 14:58:25 +05:00
2005-10-19 01:52:06 +04:00