diff options
author | unknown <guilhem@gbichot3.local> | 2006-09-14 19:06:51 +0200 |
---|---|---|
committer | unknown <guilhem@gbichot3.local> | 2006-09-14 19:06:51 +0200 |
commit | cdf831cf94fe9aabde6ffb5b19557893416061d6 (patch) | |
tree | 9721c7b1eb3d18d02a307cd7827649221192e1bd /storage/maria/unittest/Makefile.am | |
parent | 15b9ce2201453ce7ecc346b053910023e7d51b83 (diff) | |
download | mariadb-git-cdf831cf94fe9aabde6ffb5b19557893416061d6.tar.gz |
WL#3071 Maria checkpoint:
changing pseudocode to use the structures of the Maria pagecache
("pagecache->changed_blocks" etc) and other Maria structures
inherited from MyISAM (THR_LOCK_maria etc).
mysys/mf_pagecache.c:
comment
storage/maria/ma_checkpoint.c:
changing pseudocode to use the structures of the Maria pagecache
("pagecache->changed_blocks" etc) and other Maria structures
inherited from MyISAM (THR_LOCK_maria etc).
storage/maria/ma_checkpoint.h:
copyright
storage/maria/ma_control_file.c:
copyright
storage/maria/ma_control_file.h:
copyright
storage/maria/ma_least_recently_dirtied.c:
copyright
storage/maria/ma_least_recently_dirtied.h:
copyright
storage/maria/ma_recovery.c:
copyright
storage/maria/ma_recovery.h:
copyright
storage/maria/unittest/Makefile.am:
copyright
Diffstat (limited to 'storage/maria/unittest/Makefile.am')
-rw-r--r-- | storage/maria/unittest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/unittest/Makefile.am b/storage/maria/unittest/Makefile.am index eae2990aea9..8a5ca3d669f 100644 --- a/storage/maria/unittest/Makefile.am +++ b/storage/maria/unittest/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB +# Copyright (C) 2006 MySQL AB & MySQL Finland AB & TCX DataKonsult AB # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |