MariaDB [test]> SET tmp_disk_table_size= 16384;
|
Query OK, 0 rows affected (0.000 sec)
|
|
MariaDB [test]> SELECT COUNT(*) FROM INFORMATION_SCHEMA.ALL_PLUGINS;
|
+----------+
|
| COUNT(*) |
|
+----------+
|
| 1 |
|
+----------+
|
1 row in set, 45 warnings (0.020 sec)
|
|
MariaDB [test]> SHOW WARNINGS;
|
+-------+------+-----------------------------------------------------------------+
|
| Level | Code | Message |
|
+-------+------+-----------------------------------------------------------------+
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1127 | Can't find symbol '_mysql_plugin_interface_version_' in library |
|
| Error | 1127 | Can't find symbol '_mysql_plugin_interface_version_' in library |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1127 | Can't find symbol '_mysql_plugin_interface_version_' in library |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1127 | Can't find symbol '_mysql_plugin_interface_version_' in library |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1127 | Can't find symbol '_mysql_plugin_interface_version_' in library |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
| Error | 1114 | The table '(temporary)' is full |
|
+-------+------+-----------------------------------------------------------------+
|
45 rows in set (0.000 sec)
|
|
MariaDB [test]> SELECT * FROM INFORMATION_SCHEMA.ALL_PLUGINS UNION DISTINCT SELECT * FROM INFORMATION_SCHEMA.ALL_PLUGINS;
|
Query OK, 0 rows affected (0.034 sec)
|