diff options
author | unknown <jimw@mysql.com> | 2005-08-31 19:12:16 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-08-31 19:12:16 -0700 |
commit | 3cec493ba12719cc7c38ff030f15d8a70084e0d1 (patch) | |
tree | d1f472d71ff75d1aa210d6a6e3c0a0ade588ac60 /sql/examples | |
parent | a79fccc4c3652912ce2ebc4c3dae8426203bf72e (diff) | |
parent | 639a5c0769fadd0c7cbd5d843e1f82e315e268c8 (diff) | |
download | mariadb-git-3cec493ba12719cc7c38ff030f15d8a70084e0d1.tar.gz |
Merge mysql.com:/home/jimw/my/mysql-4.1-clean
into mysql.com:/home/jimw/my/mysql-5.0-clean
configure.in:
Auto merged
include/my_global.h:
Auto merged
myisam/mi_extra.c:
Auto merged
mysql-test/r/lowercase_table.result:
Auto merged
mysql-test/t/lowercase_table.test:
Auto merged
mysys/my_access.c:
Auto merged
BitKeeper/deleted/.del-extra.c~706f29d72beb2565:
Auto merged
sql/examples/ha_tina.cc:
Resolve conflict
Diffstat (limited to 'sql/examples')
-rw-r--r-- | sql/examples/ha_tina.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/examples/ha_tina.cc b/sql/examples/ha_tina.cc index 26cd3d2a07e..74ff3457cd2 100644 --- a/sql/examples/ha_tina.cc +++ b/sql/examples/ha_tina.cc @@ -650,7 +650,7 @@ int ha_tina::rnd_init(bool scan) current_position= next_position= 0; records= 0; chain_ptr= chain; -#ifdef MADV_SEQUENTIAL +#ifdef HAVE_MADVISE (void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL); #endif |