Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jrthomerson@ubuntu:~/coding/bzr-checkouts/mysql/mysql-server/mysql-test$ ./mtr binlog.binlog_bug23533
- Logging: ./mtr binlog.binlog_bug23533
- 110610 18:14:45 [Note] Binlog end
- 110610 18:14:45 [Note] Shutting down plugin 'MyISAM'
- 110610 18:14:45 [Note] Shutting down plugin 'CSV'
- MySQL Version 5.6.3
- Checking supported features...
- - skipping ndbcluster
- - skipping SSL, mysqld not compiled with SSL
- Collecting tests...
- - adding combinations for binlog
- vardir: /home/jrthomerson/coding/bzr-checkouts/mysql/mysql-server/mysql-test/var
- Checking leftover processes...
- Removing old var directory...
- - WARNING: Using the 'mysql-test/var' symlink
- Creating var directory '/home/jrthomerson/coding/bzr-checkouts/mysql/mysql-server/mysql-test/var'...
- Installing system database...
- Using server port 47440
- ==============================================================================
- TEST RESULT TIME (ms) or COMMENT
- --------------------------------------------------------------------------
- worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
- binlog.binlog_bug23533 'mix' [ skipped ] Doesn't support --binlog-format='mixed'
- binlog.binlog_bug23533 'row' [ fail ]
- Test ended at 2011-06-10 18:14:49
- CURRENT_TEST: binlog.binlog_bug23533
- mysqltest: At line 35: query 'CREATE TABLE t2 SELECT * FROM t1' succeeded - should have failed with errno 1197...
- The result from queries just before the failure was:
- SET AUTOCOMMIT=0;
- CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b TEXT, PRIMARY KEY(a)) ENGINE=InnoDB;
- SELECT COUNT(*) FROM t1;
- COUNT(*)
- 1000
- SET @saved_binlog_cache_size=@@binlog_cache_size;
- SET @saved_max_binlog_cache_size=@@max_binlog_cache_size;
- SET GLOBAL binlog_cache_size=4096;
- SET GLOBAL max_binlog_cache_size=4096;
- START TRANSACTION;
- - saving '/home/jrthomerson/coding/bzr-checkouts/mysql/mysql-server/mysql-test/var/log/binlog.binlog_bug23533-row/' to '/home/jrthomerson/coding/bzr-checkouts/mysql/mysql-server/mysql-test/var/log/binlog.binlog_bug23533-row/'
- Only 2 of 3 completed.
- mysql-test-run: *** ERROR: Not all tests completed
Advertisement
Add Comment
Please, Sign In to add comment