config root man

Current Path : /usr/opt/mysql57/mysql-test/suite/parts/inc/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/opt/mysql57/mysql-test/suite/parts/inc/partition_crash_upgrade.inc

# To be used with partition mgm command
# ALTER TABLE t1 UPGRADE PARTITIONING
--echo # Test ALTER TABLE t1 UPGRADE PARTITIONING
SET SESSION debug="+d,crash_upgrade_partition_1";
--source suite/parts/inc/partition_crash_old_frm.inc
SET SESSION debug="-d,crash_upgrade_partition_1";
SET SESSION debug="+d,crash_upgrade_partition_2";
--source suite/parts/inc/partition_crash_old_frm.inc
SET SESSION debug="-d,crash_upgrade_partition_2";
SET SESSION debug="+d,crash_upgrade_partition_3";
--source suite/parts/inc/partition_crash_old_frm.inc
SET SESSION debug="-d,crash_upgrade_partition_3";
SET SESSION debug="+d,crash_upgrade_partition_4";
--source suite/parts/inc/partition_crash_old_frm.inc
SET SESSION debug="-d,crash_upgrade_partition_4";
SET SESSION debug="+d,crash_upgrade_partition_5";
--source suite/parts/inc/partition_crash_old_frm.inc
SET SESSION debug="-d,crash_upgrade_partition_5";

Man Man