[MDEV-13602] rocksdb.index_merge_rocksdb2 failed in buildbot Created: 2017-08-21 Updated: 2017-09-12 Resolved: 2017-08-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB, Tests |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.9 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alice Sherepa | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1158/steps/test_1/logs/stdio
|
| Comments |
| Comment by Sergei Petrunia [ 2017-08-21 ] | ||||||||||||||||||||||||||
|
some notes
| ||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-08-22 ] | ||||||||||||||||||||||||||
|
.. however internally when I stop at LOCK TABLES in debugger, I get binlog_format=1 which is BINLOG_FORMAT_STMT. The value changes at the start of the LOCK TABLES statement here:
That is, there is this piece of code in mysql_execute_command:
| ||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-08-22 ] | ||||||||||||||||||||||||||
|
..
| ||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2017-08-28 ] | ||||||||||||||||||||||||||
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1167/steps/test_2/logs/stdio
| ||||||||||||||||||||||||||
| Comment by Sergei Petrunia [ 2017-09-12 ] | ||||||||||||||||||||||||||
|
Pushed the fix for the above. |