diff options
author | Monty <monty@mariadb.org> | 2020-05-28 22:40:27 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2020-05-29 22:47:37 +0300 |
commit | df4ab26a6bbbebd4b253b4179c225feb33d6d40f (patch) | |
tree | a1bcb88b91321070de4cf7aad2be40d6b16b66f8 /sql/handler.cc | |
parent | 39dc46166297504f05ade40ae03f27adc0345b2f (diff) | |
download | mariadb-git-df4ab26a6bbbebd4b253b4179c225feb33d6d40f.tar.gz |
SHOW TABLE STATUS now shows if an Aria table is transactional or not
This change also affects information_schema.tables
The create table option "transactional=0 | 1" is now always shown for
storage engines that supports both transactional/crash safe tables and
non transactional tables.
Before this patch the transactional=... option was only shown if the user
specified transactional=... in the CREATE TABLE or ALTER TABLE statement.
The reason for the change was to be able to make it easy to know if an Aria
table is transactional or not.
Diffstat (limited to 'sql/handler.cc')
0 files changed, 0 insertions, 0 deletions