File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
mysql-test/columnstore/bugfixes Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- -- source ../include/have_columnstore.inc
2
1
-- source include/have_innodb.inc
2
+ -- source ../include/have_columnstore.inc
3
3
-- disable_warnings
4
4
DROP DATABASE IF EXISTS `mcol_5998`;
5
5
-- enable_warnings
@@ -34,11 +34,12 @@ CREATE USER IF NOT EXISTS'cejuser'@'localhost' IDENTIFIED BY 'Vagrant1|0000001';
34
34
GRANT ALL PRIVILEGES ON *.* TO 'cejuser'@'localhost';
35
35
FLUSH PRIVILEGES;
36
36
37
+ --echo #log_error
38
+ select @@log_error;
39
+
37
40
--exec printf "\ncolumnstore_innodb_queries_use_mcs = ON\n" >> /etc/my.cnf.d/columnstore.cnf
38
41
# Restart server to apply configuration change
39
- SET GLOBAL innodb_fast_shutdown=0;
40
- let $restart_parameters=--innodb_encrypt_log=0 --plugin-load-add=$DEBUG_KEY_MANAGEMENT_SO;
41
- --source include/restart_mysqld.inc
42
+ -- source include/restart_mysqld.inc
42
43
43
44
show variables like 'columnstore_innodb_queries_use_mcs';
44
45
You can’t perform that action at this time.
0 commit comments