Server IP : 104.21.38.3 / Your IP : 162.158.106.35 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/storage/myisam/ftbench/ |
Upload File : |
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