You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
MCOL-4758 Limit LONGTEXT and LONGBLOB to 16MB (#1995)
MCOL-4758 Limit LONGTEXT and LONGBLOB to 16MB Also add the original test case from MCOL-3879.
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
drop database if exists test_mcol2000;
|
||||
-- enable_warnings
|
||||
|
||||
SET @@SQL_MODE = CONCAT(@@SQL_MODE, ',STRICT_TRANS_TABLES');
|
||||
|
||||
#let $saved_cs = `SELECT @@character_set_client`;
|
||||
#SET CHARSET utf8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user