Server IP : 172.67.216.182 / Your IP : 104.23.175.244 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/mysql-test/suite/stress/t/ |
Upload File : |
######## t/ddl_memory.test ###### # # Stress the storage engine MEMORY with CREATE/DROP TABLE/INDEX # # Please look for details within include/ddl1.inc. # # Creation of this test: # 2007-07-04 mleich # # Storage engine to be used in CREATE TABLE let $engine_type= MEMORY; if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`) { --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled } let $run= `SELECT '$BIG_TEST' = '1'`; if ($run) { # A run started with "--big-test" should be allowed to consume more time. # Rough intended runtime per subtest variant in seconds let $runtime = 5; # number of rounds till we look at the clock again let $loop_size= 100; } if (!$run) { let $runtime = 1; let $loop_size= 20; } ##### Some preparations needed for the ddl*.inc scripts --source suite/stress/include/ddl.pre --source suite/stress/include/ddl1.inc --source suite/stress/include/ddl2.inc --source suite/stress/include/ddl3.inc --source suite/stress/include/ddl4.inc --source suite/stress/include/ddl5.inc --source suite/stress/include/ddl6.inc --source suite/stress/include/ddl7.inc --source suite/stress/include/ddl8.inc ##### Cleanup --source suite/stress/include/ddl.cln