mariadb/storage/myisam/ftbench
unknown 1363c9b215 Fixed warning message breakage.
Fixed install breakage (my own fault)
Edited exampled cnf to remove bdb references. 


mysql-test/r/backup.result:
  fix warnings
mysql-test/r/im_options.result:
  Remove missed bdb skip
mysql-test/r/im_utils.result:
  Remove missed bdb-skip
mysql-test/r/log_tables.result:
  Fix warnings
mysql-test/r/show_check.result:
  Fix warnings
mysql-test/r/sp_trans.result:
  Fix warning
mysql-test/r/type_timestamp.result:
  Fix warning
mysql-test/r/warnings.result:
  Fix warning
mysql-test/t/disabled.def:
  Disabled Federation test
mysql-test/t/federated_transactions.test:
  Fixed comments in federation test
netware/mysql_install_db.c:
  Fix install breakage.
netware/mysql_test_run.c:
  Fix install breakage.
scripts/mysql_install_db.sh:
  Fix install breakage
storage/myisam/ftbench/ft-test-run.sh:
  Fixed test which is never run
support-files/my-innodb-heavy-4G.cnf.sh:
  Modified examples
support-files/my-small.cnf.sh:
  Modified examples
2006-08-13 22:28:41 -07:00
..
Ecompare.pl Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
Ecreate.pl Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
Ereport.pl Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00
ft-test-run.sh Fixed warning message breakage. 2006-08-13 22:28:41 -07:00
README Changes to create storage directory for storage engines. 2005-04-26 18:19:54 -07:00

1. should be run from myisam/ftbench/
2. myisam/ftdefs.h should NOT be locked (bk get, not bk edit!)
3. there should be ./data/ subdir with test collections, files:
     test1.d
     test1.q
     test1.r
     test2.d
     test2.q
     test2.r
   where test1, test2, etc - are arbitrary test names

  *.[dq] files contain documents/queries one item per line.

   *.r files have the structure:
   1 16 .....blablabla
   1 09 .....blablabla
   2 116 .....blablabla
   ...

  that is /^\d+\s+\d+/
  and are sorted by the first number (not necessarily by the second)
   
4. there should be ./t/ subdir with test directories

  ./t
  ./t/BEST/
  ./t/testdir1/
  ./t/testdir2/
  ...

  there *must* be ./t/BEST/ subdir or a symlink to one of other dirs in ./t
  all other names (besides BEST) can be arbitrary

  all test results are compared with BEST results.
  
  test directories may contain ftdefs.h, my.cnf, ft_mode
  (the last one is used as in ... MATCH ... AGAINST ("..." $ft_mode) ...)
  NOTE: all *.out files in test directories will NOT be overwritten!
  delete them to re-test

5. run ./ft-test-run.sh
6. go make some coffee