1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-30 05:23:50 +03:00
Files
mariadb/mysql-test/t
Chris Calender d9b159a202 MDEV-15789 - mysqlslap use incorrect table def
The bug arises when one uses --auto-generate-sql-guid-primary (and
--auto-generate-sql-secondary-indexes) with mysqlslap and also have
sql_mode=STRICT_TRANS_TABLE.

When using this option, mysqlslap should create a column with varchar(36),
but it appears to create it as a varchar(32) only. Then if one has
sql_mode=STRICT_TRANS_TABLES, it throws an error, like:

  mysqlslap: Cannot run query INSERT INTO t1 VALUES (...)
  ERROR : Data too long for column 'id' at row 1

Upstream bug report: BUG#80329.
2018-06-07 17:21:14 +04:00
..
2015-06-02 22:07:47 +02:00
2015-06-02 22:07:47 +02:00
2017-10-17 10:18:17 +02:00
2014-03-16 21:03:01 +01:00
2018-01-18 17:50:34 +01:00
2014-04-21 12:19:47 +04:00
2017-05-17 16:16:54 -07:00
2014-08-02 21:26:16 +02:00
2014-10-08 18:10:31 +04:00
2014-08-02 21:26:16 +02:00
2014-10-29 13:22:48 +03:00
2017-02-24 09:40:53 -08:00
2014-08-02 21:26:16 +02:00
2015-06-02 22:07:47 +02:00
2016-06-14 14:52:43 +02:00
2014-04-23 17:01:35 +02:00
2014-08-02 21:26:16 +02:00
2017-01-18 11:42:41 -08:00
2016-06-14 16:28:07 +02:00
2014-11-18 17:57:06 +01:00
2017-02-27 09:02:41 -08:00
2014-06-04 21:53:15 +04:00
2015-11-06 17:56:56 +01:00
2014-03-16 13:59:44 +01:00
2014-04-23 17:43:20 +04:00