In our mysql database, we use both myisam and innodb tables, though there are more myisam tables.
#QUESTIONS
QUESTIONS
- If a query involves both myisam and innodb tables, will the query use table lock or row lock on innodb tables?
- Is this a good practice?