1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
unknown e5c306cb93 BUG#20839 Illegal error code: 155 returned downgrading from 5.1.12-> 5.1.11
Update mysqldump to dump the needed tablespaces to create the tables
for either the dbs or tables we're dumping.

With --all-tablespaces, we still dump everything.


client/mysqldump.c:
  Add --no-tablespaces to force not dumping any tablespace information
  
  Change behaviour so that:
  If dumping all databases, all tablespaces are dumped
  If dumping with --all-tablespaces, all tablespaces are dumped
  If dumping a set of databases, dump only tablespaces used by tables in that database
  If dumping a set of tables, dump only tablespaces used by those tables
  
  If --no-tablespaces is specified, no tablespaces are dumped.
  
  Default behaviour is to dump a restorable dump - i.e. with the tablespaces.
  
  When connecting to old mysqld, --no-tablespaces should be specified.
sql/sql_show.cc:
  Use the TABLESPACE_NAME field of the INFORMATION_SCHEMA.PARTITIONS table.
  
  NOTE: *CHANGE* in behaviour: if no tablespace, TABLESPACE_NAME will be NULL.
  This is to support a tablespace called 'default' (which you can happily create).
  
  It is likely that the other fields with 'default' should change too.
  
  This should also happily continue to work in the future (from a user point of view)
  when we introduce tablespace per partition.
2006-10-10 00:03:46 +10:00
..
2006-09-07 13:52:30 +10:00
2006-09-01 14:25:29 +02:00
2006-09-12 17:48:26 +02:00
2006-08-30 23:09:47 +04:00
2006-09-13 21:25:33 +04:00
2006-08-18 22:29:35 +05:00
2006-06-18 14:56:35 +04:00
2006-09-13 21:25:33 +04:00
2006-09-12 04:46:41 +02:00
2006-09-13 15:37:35 -06:00
2006-09-01 10:32:12 +02:00
2006-03-28 19:34:44 +02:00
2006-08-30 23:09:47 +04:00
2006-04-13 13:49:29 -07:00
2006-09-13 21:25:33 +04:00
2006-06-19 12:45:34 +03:00
2006-08-17 18:13:45 +02:00
2006-08-21 16:21:48 +04:00
2006-08-10 18:29:25 -07:00
2006-09-09 10:39:12 +02:00
2006-06-28 14:22:14 +02:00
2006-06-12 06:50:11 -07:00
2006-09-12 13:24:07 +02:00
2006-08-17 18:13:45 +02:00
2006-07-19 08:57:52 +02:00