|
|
@ -45,7 +45,8 @@ create table raw_binlog_rows (txt varchar(1000)); |
|
|
|
--remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_verbose.sql |
|
|
|
--enable_query_log |
|
|
|
--echo Verbose statements from : $binlog_file |
|
|
|
select txt from raw_binlog_rows where txt like '###%'; |
|
|
|
# Output --verbose lines, with extra Windows CR's trimmed |
|
|
|
select replace(txt,'\r', '') as stmt from raw_binlog_rows where txt like '###%'; |
|
|
|
drop table raw_binlog_rows; |
|
|
|
|
|
|
|
--disable_query_log |
|
|
@ -56,7 +57,8 @@ create table raw_binlog_rows (txt varchar(1000)); |
|
|
|
--remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_verbose.sql |
|
|
|
--enable_query_log |
|
|
|
--echo Verbose statements from : $binlog_file |
|
|
|
select txt from raw_binlog_rows where txt like '###%'; |
|
|
|
# Output --verbose lines, with extra Windows CR's trimmed |
|
|
|
select replace(txt,'\r', '') as stmt from raw_binlog_rows where txt like '###%'; |
|
|
|
drop table raw_binlog_rows; |
|
|
|
|
|
|
|
--disable_query_log |
|
|
@ -67,7 +69,8 @@ create table raw_binlog_rows (txt varchar(1000)); |
|
|
|
--remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_verbose.sql |
|
|
|
--enable_query_log |
|
|
|
--echo Verbose statements from : $binlog_file |
|
|
|
select txt from raw_binlog_rows where txt like '###%'; |
|
|
|
# Output --verbose lines, with extra Windows CR's trimmed |
|
|
|
select replace(txt,'\r', '') as stmt from raw_binlog_rows where txt like '###%'; |
|
|
|
drop table raw_binlog_rows; |
|
|
|
|
|
|
|
--disable_query_log |
|
|
@ -78,5 +81,6 @@ create table raw_binlog_rows (txt varchar(1000)); |
|
|
|
--remove_file $MYSQLTEST_VARDIR/tmp/mysqlbinlog_verbose.sql |
|
|
|
--enable_query_log |
|
|
|
--echo Verbose statements from : $binlog_file |
|
|
|
select txt from raw_binlog_rows where txt like '###%'; |
|
|
|
# Output --verbose lines, with extra Windows CR's trimmed |
|
|
|
select replace(txt,'\r', '') as stmt from raw_binlog_rows where txt like '###%'; |
|
|
|
drop table raw_binlog_rows; |