Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/p8-rhel71-bintar/builds/229/steps/test/logs/stdio
main.log_tables w2 [ fail ]
|
Test ended at 2015-04-04 04:37:52
|
|
CURRENT_TEST: main.log_tables
|
mysqltest: At line 833: query 'call `db_17876.archiveSlowLog`()' failed: 1136: Column count doesn't match value count at row 1
|
|
The result from queries just before the failure was:
|
< snip >
|
INSERT INTO
|
`db_17876.general_log_data`
|
VALUES(event_time, user_host, thread_id, server_id,
|
command_type, argument);
|
END;
|
END IF;
|
END;
|
UNTIL done END REPEAT;
|
CLOSE cur1;
|
TRUNCATE mysql.general_log;
|
END //
|
SET GLOBAL general_log = ON;
|
SET GLOBAL slow_query_log = ON;
|
select "put something into general_log";
|
put something into general_log
|
put something into general_log
|
select "... and something more ...";
|
... and something more ...
|
... and something more ...
|
call `db_17876.archiveSlowLog`();
|
|
More results from queries before failure can be found in /home/buildbot/maria-slave/power8-vlp06-bintar/build/mysql-test/var/2/log/log_tables.log
|
Same problem as in MDEV-7431, but 10.1 flavor: mysql.slow_log has one more column there.
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled