0

Iam trying to migrate from mysql to mariadb. This time I can face another issue with mariadb.

Sometimes the TRUNCATE TABLE query becomes hang. But in MySQL, this issue doesn't occured.

Can anyone help me in this regard??? Iam a newone in MariaDB.

Haseena
  • 484
  • 2
  • 11
  • 25

2 Answers2

0
Please use :
TRUNCATE [TABLE] tbl_name
If this one is hang means some dependencies is exists on these table.
Vikram Jain
  • 5,498
  • 1
  • 19
  • 31
0

The problem solved in MariaDB 5.5.27.

Moshe L
  • 1,797
  • 14
  • 19