~chuck-bell/mysql-utilities/mysql-utilities

« back to all changes in this revision

Viewing changes to mysql-test/r/import_parameters.result

  • Committer: chuck.bell at oracle
  • Date: 2011-07-05 22:09:50 UTC
  • Revision ID: chuck.bell@oracle.com-20110705220950-ehp8m1ukj6uqi1y7
BUG#12632010 : Add feature to allow conversion of storage engines on copy or import

This patch adds the ability to specify a different storage engine for
all tables during a copy or import operation in mysqldbcopy and 
mysqldbimport using a new option named --new-storage-engine.

The patch also adds the ability to specify a default storage engine to
use if the storage engine specified in the import or from the source
during a copy is not available on the destination. This option is
--default-storage-engine. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  -v, --verbose         Control how much information is displayed. e.g., -v =
32
32
                        verbose, -vv = more verbose, -vvv = debug
33
33
  -q, --quiet           Turn off all messages for quiet execution.
 
34
  --new-storage-engine=NEW_ENGINE
 
35
                        Change all tables to use this storage engine if
 
36
                        storage engine exists on the destination.
 
37
  --default-storage-engine=DEF_ENGINE
 
38
                        Change all tables to use this storage engine if the
 
39
                        original storage engine does not exist on the
 
40
                        destination.
34
41
Generating import file
35
42
BEFORE:
36
43
OBJECT COUNTS: tables = 0, views = 0, triggers = 0, procedures = 0, functions = 0, events = 0