diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-12 18:40:01 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-12 18:40:01 +0200 |
commit | e246077bcf5fc22a381ee8591a441eb345a4a2af (patch) | |
tree | 0c1a6ec6c3f3ab37645d71f9b0dae45e2083f543 /storage/maria/ma_checkpoint.h | |
parent | fa5baa12bcd1d1a152d358f2bb8e1f6e17590d46 (diff) | |
download | mariadb-git-e246077bcf5fc22a381ee8591a441eb345a4a2af.tar.gz |
rename maria to aria
Diffstat (limited to 'storage/maria/ma_checkpoint.h')
-rw-r--r-- | storage/maria/ma_checkpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_checkpoint.h b/storage/maria/ma_checkpoint.h index 69645c6bcda..126f8111a23 100644 --- a/storage/maria/ma_checkpoint.h +++ b/storage/maria/ma_checkpoint.h @@ -89,4 +89,4 @@ static inline LSN lsn_read_non_atomic_32(const volatile LSN *x) @param sentence text to write */ #define ma_message_no_user(level, sentence) \ - my_printf_error(HA_ERR_GENERIC, "Maria engine: %s", MYF(level), sentence) + my_printf_error(HA_ERR_GENERIC, "Aria engine: %s", MYF(level), sentence) |