diff options
author | unknown <bell@desktop.sanja.is.com.ua> | 2007-02-19 23:01:27 +0200 |
---|---|---|
committer | unknown <bell@desktop.sanja.is.com.ua> | 2007-02-19 23:01:27 +0200 |
commit | 3bc8f629dd35d832cbee14a26c187cb76e78bf6d (patch) | |
tree | f7308ee379241c13cf6443099041d0c2931e5107 /support-files/magic | |
parent | 91a8199773a8ee6b4d5a00b337d9b49a69dfc1ea (diff) | |
download | mariadb-git-3bc8f629dd35d832cbee14a26c187cb76e78bf6d.tar.gz |
Postreview changes.
Fixed befaviour when loghandler flags changed from one
run to another one.
Description of maria transaction log and control file
added to the file commandÍs magic number file.
mysys/mf_pagecache.c:
postreview changes
storage/maria/ma_control_file.c:
Postreview changes.
storage/maria/ma_control_file.h:
Postreview changes.
storage/maria/ma_loghandler.c:
Postreview changes.
Fixed befaviour when loghandler flags changed from
one run to another one.
storage/maria/ma_loghandler.h:
Postreview changes.
Functions comment left only near the function body.
storage/maria/ma_loghandler_lsn.h:
Postreview changes.
storage/maria/unittest/ma_test_loghandler-t.c:
Postreview changes.
storage/maria/unittest/ma_test_loghandler_multigroup-t.c:
Postreview changes.
storage/maria/unittest/ma_test_loghandler_multithread-t.c:
Postreview changes.
storage/maria/unittest/ma_test_loghandler_pagecache-t.c:
Postreview changes.
support-files/magic:
Description of maria transaction log and control file
added to the file commandÕs magic number file.
Diffstat (limited to 'support-files/magic')
-rw-r--r-- | support-files/magic | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/support-files/magic b/support-files/magic index c8ca5875211..e2bd4d70fb5 100644 --- a/support-files/magic +++ b/support-files/magic @@ -17,3 +17,10 @@ 0 belong&0xffffff00 0xfefe0600 MySQL ISAM compressed data file >3 byte x Version %d 0 string \376bin MySQL replication log +0 belong&0xffffff00 0xfefe0b00 +>4 string MARIALOG MySQL Maria transaction log file +>>3 byte x Version %d +0 belong&0xffffff00 0xfefe0c00 +>4 string MACF MySQL Maria control file +>>3 byte x Version %d + |