All pastes #2053514 Raw Edit

Miscellany

public text v1 · immutable
#2053514 ·published 2011-05-03 15:57 UTC
rendered paste body
MariaDB [mydb]> repair table tx_stelection_Candidate;
+------------------------------+--------+----------+----------------------------------------------------+
| Table                        | Op     | Msg_type | Msg_text                                           |
+------------------------------+--------+----------+----------------------------------------------------+
| mydb.tx_stelection_candidate | repair | Error    | Table 'mydb.tx_stelection_candidate' doesn't exist |
| mydb.tx_stelection_candidate | repair | status   | Operation failed                                   |
+------------------------------+--------+----------+----------------------------------------------------+
2 rows in set (0.04 sec)

MariaDB [mydb]> show tables like 'tx_stelection_Candidate';
+------------------------------------------+
| Tables_in_mydb (tx_stelection_Candidate) |
+------------------------------------------+
| tx_stelection_Candidate                  |
+------------------------------------------+
1 row in set (0.01 sec)