config root man

Current Path : /home/usr.opt/mysql57/mysql-test/suite/innodb_gis/t/

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 : //home/usr.opt/mysql57/mysql-test/suite/innodb_gis/t/rtree_undo.test

#
# BUG#21340268 INNODB: BOGUS CHECK FOR MAXIMUM RECORD LENGTH WITH SPATIAL KEY
# BUG#21508582 UNDO LOG DOES NOT CONTAIN ENOUGH INFORMATION ON SPATIAL COLUMNS
#

--source include/have_innodb.inc
--source include/count_sessions.inc

connect (con1,localhost,root,,);
connection default;

let $row_format = DYNAMIC;
let $prefix_size = 767;

let $index = spatial_none;
--source include/innodb_gis_undo.inc

let $index = spatial_only;
--source include/innodb_gis_undo.inc

let $index = spatial_mixed;
--source include/innodb_gis_undo.inc


let $row_format = COMPACT;
let $prefix_size = 767;

let $index = spatial_none;
--source include/innodb_gis_undo.inc

let $index = spatial_only;
--source include/innodb_gis_undo.inc

let $index = spatial_mixed;
--source include/innodb_gis_undo.inc

disconnect con1;
--source include/wait_until_count_sessions.inc

Man Man