Merge pull request #48 from jynus/2.2

Changing default character set of the checksums table to utf8
This commit is contained in:
Carlos Salguero
2016-07-12 13:24:39 -03:00
committed by GitHub

View File

@@ -12533,7 +12533,7 @@ structure (MAGIC_create_replicate):
ts TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (db, tbl, chunk),
INDEX ts_db_tbl (ts, db, tbl)
) ENGINE=InnoDB;
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Note: lower_boundary and upper_boundary data type can be BLOB. See L<"--binary-index">.