Commit 7c69d4a3 authored by unknown's avatar unknown

Merge zim.(none):/home/brian/mysql/mysql-4.1

into  zim.(none):/home/brian/mysql/mysql-5.0


sql/examples/ha_tina.cc:
  Auto merged
parents e8ba23fd 1ac26b4a
...@@ -651,6 +651,7 @@ int ha_tina::rnd_init(bool scan) ...@@ -651,6 +651,7 @@ int ha_tina::rnd_init(bool scan)
records= 0; records= 0;
chain_ptr= chain; chain_ptr= chain;
#ifdef HAVE_MADVISE #ifdef HAVE_MADVISE
if (scan)
(void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL); (void)madvise(share->mapped_file,share->file_stat.st_size,MADV_SEQUENTIAL);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment