summaryrefslogtreecommitdiff
path: root/mysql-test/main/sql_safe_updates.result
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-18304 sql_safe_updates does not work with OR clausesSergei Golubchik2022-03-121-0/+24
| | | | | | | | | not every index-using plan sets bits in table->quick_keys. QUICK_ROR_INTERSECT_SELECT, for example, doesn't. Use the fact that select->quick is set instead. Also allow EXPLAIN to work.
* MDEV-14429 sql_safe_updates in my.cnf not workSergei Golubchik2018-11-061-0/+3
add a test case