We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaff81e commit bbdc404Copy full SHA for bbdc404
1 file changed
storage/innobase/xtrabackup/src/backup_mysql.cc
@@ -1886,7 +1886,7 @@ bool write_xtrabackup_info(MYSQL *connection) {
1886
"WHERE TABLE_SCHEMA = 'PERCONA_SCHEMA' "
1887
"AND TABLE_NAME = 'xtrabackup_history' "
1888
"AND COLUMN_NAME = 'binlog_pos' "
1889
- "AND DATA_TYPE = 'TEXT'");
+ "AND DATA_TYPE = 'text'");
1890
1891
if (strcmp(column_is_changed, "0") == 0) {
1892
// Only alter table if it's required to avoid requesting metadata lock
0 commit comments