home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Software / Bonus / Database / mysql-max-3.23.55.sit / mysql-max-3.23.55-apple-darwi.1 / mysql-test / t / flush_table.test < prev    next >
Encoding:
Text File  |  2003-01-21  |  249 b   |  13 lines  |  [TEXT/ttxt]

  1. # TODO: Only run this if we have privilege to do flush table
  2.  
  3. #
  4. # Test of flush table
  5. #
  6.  
  7. #create table t1 (a int not null auto_increment primary key);
  8. #insert into t1 values(0);
  9. #lock table t1 read;
  10. #flush table t1;
  11. #check table t1;
  12. #drop table t1;
  13.