[MDEV-7917] main.log_tables fails sporadically in buildbot #2 Created: 2015-04-06  Updated: 2015-04-06  Resolved: 2015-04-06

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: 10.1.4

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Elena Stepanova
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 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.



 Comments   
Comment by Elena Stepanova [ 2015-04-06 ]

Pushed into 10.1: https://github.com/MariaDB/server/commit/eb83e9405f9f537ff49f6d325942133460aa510c

Generated at Thu Feb 08 07:23:15 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.