diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-01-25 14:52:20 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-01-25 14:52:20 +0100 |
commit | b816a2d43be136c328dba502c294d390323ce458 (patch) | |
tree | 59b3a4ccb7e83dc13893ea6168f3eaf922e09663 /storage/csv | |
parent | 5f2b07efc7bb146f9729f55fb954e0a3bfc5ef02 (diff) | |
download | mariadb-git-b816a2d43be136c328dba502c294d390323ce458.tar.gz |
add all csv extensions to the ha_tina_exts[] array
Diffstat (limited to 'storage/csv')
-rw-r--r-- | storage/csv/ha_tina.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/csv/ha_tina.cc b/storage/csv/ha_tina.cc index c5e53cb7354..9db78065bb3 100644 --- a/storage/csv/ha_tina.cc +++ b/storage/csv/ha_tina.cc @@ -143,6 +143,7 @@ static void init_tina_psi_keys(void) static const char *ha_tina_exts[] = { CSV_EXT, CSM_EXT, + CSN_EXT, NullS }; |