diff options
author | unknown <bell@sanja.is.com.ua> | 2005-09-14 23:12:01 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2005-09-14 23:12:01 +0300 |
commit | 78cf7b19603fcb86c9ac341aa4eaa975df416dff (patch) | |
tree | c41f67bf52717ea48f9fbf45bb33a0afac95541b /mysql-test/t/rpl_view.test | |
parent | 97bea9092e7e2834e8b81899ff085280647587d7 (diff) | |
download | mariadb-git-78cf7b19603fcb86c9ac341aa4eaa975df416dff.tar.gz |
fixed portability
Diffstat (limited to 'mysql-test/t/rpl_view.test')
-rw-r--r-- | mysql-test/t/rpl_view.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_view.test b/mysql-test/t/rpl_view.test index 7910aa82204..0a0c6a6dddb 100644 --- a/mysql-test/t/rpl_view.test +++ b/mysql-test/t/rpl_view.test @@ -44,4 +44,4 @@ connection master; drop table t1; sync_slave_with_master; --replace_column 2 # 5 # -show binlog events; +show binlog events limit 1,100; |