Guest User

mysql-test-run binlog.binlog_bug23533 fails - clean checkout

a guest
Jun 10th, 2011
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.13 KB | None | 0 0
  1. jrthomerson@ubuntu:~/coding/bzr-checkouts/mysql/mysql-server/mysql-test$ ./mtr binlog.binlog_bug23533
  2. Logging: ./mtr  binlog.binlog_bug23533
  3. 110610 18:14:45 [Note] Binlog end
  4. 110610 18:14:45 [Note] Shutting down plugin 'MyISAM'
  5. 110610 18:14:45 [Note] Shutting down plugin 'CSV'
  6. MySQL Version 5.6.3
  7. Checking supported features...
  8.  - skipping ndbcluster
  9.  - skipping SSL, mysqld not compiled with SSL
  10. Collecting tests...
  11.  - adding combinations for binlog
  12. vardir: /home/jrthomerson/coding/bzr-checkouts/mysql/mysql-server/mysql-test/var
  13. Checking leftover processes...
  14. Removing old var directory...
  15.  - WARNING: Using the 'mysql-test/var' symlink
  16. Creating var directory '/home/jrthomerson/coding/bzr-checkouts/mysql/mysql-server/mysql-test/var'...
  17. Installing system database...
  18. Using server port 47440
  19.  
  20. ==============================================================================
  21.  
  22. TEST                                      RESULT   TIME (ms) or COMMENT
  23. --------------------------------------------------------------------------
  24.  
  25. worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 13000..13009
  26. binlog.binlog_bug23533 'mix'             [ skipped ]  Doesn't support --binlog-format='mixed'
  27. binlog.binlog_bug23533 'row'             [ fail ]
  28.        Test ended at 2011-06-10 18:14:49
  29.  
  30. CURRENT_TEST: binlog.binlog_bug23533
  31. mysqltest: At line 35: query 'CREATE TABLE t2 SELECT * FROM t1' succeeded - should have failed with errno 1197...
  32.  
  33. The result from queries just before the failure was:
  34. SET AUTOCOMMIT=0;
  35. CREATE TABLE t1 (a INT NOT NULL AUTO_INCREMENT, b TEXT, PRIMARY KEY(a)) ENGINE=InnoDB;
  36. SELECT COUNT(*) FROM t1;
  37. COUNT(*)
  38. 1000
  39. SET @saved_binlog_cache_size=@@binlog_cache_size;
  40. SET @saved_max_binlog_cache_size=@@max_binlog_cache_size;
  41. SET GLOBAL binlog_cache_size=4096;
  42. SET GLOBAL max_binlog_cache_size=4096;
  43. START TRANSACTION;
  44.  
  45. - 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/'
  46.  
  47. Only  2  of 3 completed.
  48. mysql-test-run: *** ERROR: Not all tests completed
Advertisement
Add Comment
Please, Sign In to add comment