mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix result files (changed error message)
This commit is contained in:
@ -95,7 +95,7 @@ SET DEBUG_SYNC= 'now SIGNAL flushed';
|
||||
SET DEBUG_DBUG = @saved_debug_dbug;
|
||||
connection con1;
|
||||
/*con1 reap*/ ALTER TABLE t1 ADD COLUMN k4 int;
|
||||
ERROR HY000: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
|
||||
ERROR HY000: Out of memory.
|
||||
SELECT COUNT(k1),k2,k3 FROM t1 GROUP BY k2,k3;
|
||||
COUNT(k1) k2 k3
|
||||
480 aaa bbb
|
||||
|
Reference in New Issue
Block a user