diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-04-25 17:22:25 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-04-25 17:22:25 +0200 |
commit | 0accbd0364e0333e0b119aa9ce93e34ded9df6cb (patch) | |
tree | bdf0738c29dc1f57fbfba3a1754524e238f15b52 /storage/maria/plug.in | |
parent | 37f87d73ae8dc6c30594867b40a5d70159acf63c (diff) | |
download | mariadb-git-0accbd0364e0333e0b119aa9ce93e34ded9df6cb.tar.gz |
lots of post-merge changes
Diffstat (limited to 'storage/maria/plug.in')
-rw-r--r-- | storage/maria/plug.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/plug.in b/storage/maria/plug.in index 008d82250c8..00b974c356a 100644 --- a/storage/maria/plug.in +++ b/storage/maria/plug.in @@ -14,6 +14,6 @@ AC_ARG_WITH(aria-tmp-tables, if test "$with_aria_tmp_tables" = "yes" then - AC_DEFINE([USE_MARIA_FOR_TMP_TABLES], [1], [Aria is used for internal temporary tables]) + AC_DEFINE([USE_ARIA_FOR_TMP_TABLES], [1], [Aria is used for internal temporary tables]) fi ]) |