MariaDB [test]> create table t (a int) engine=Aria;
|
Query OK, 0 rows affected (0.154 sec)
|
|
MariaDB [test]> check table t;
|
+--------+-------+----------+----------+ stage done
|
| Table | Op | Msg_type | Msg_text |
|
+--------+-------+----------+----------+
|
| test.t | check | status | OK |
|
+--------+-------+----------+----------+
|
1 row in set (0.001 sec)
|
|
MariaDB [test]> create table ttt (b int) engine=Aria;
|
Query OK, 0 rows affected (0.156 sec)
|
|
MariaDB [test]> check table ttt;
|
+----------+-------+----------+----------+tage done
|
| Table | Op | Msg_type | Msg_text |
|
+----------+-------+----------+----------+
|
| test.ttt | check | status | OK |
|
+----------+-------+----------+----------+
|
1 row in set (0.001 sec)
|