Server IP : 104.21.38.3 / Your IP : 172.68.164.29 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/innodb/t/ |
Upload File : |
# ************************************************************** # wl8307 : Check Default_row_format functionality # case 1; Check with no tablespace (file_per_table=1) # case 2: Check with General tablespace # case 3: Check with innodb_system tablespace # case 4: Check with innodb_file_per_table=OFF # Modifying Dynamic to Compact to Dynamic to Redundant to # compressed to Dynamic # Modify table Dynamic to Compact to Compressed to Dynamic # ************************************************************** --source include/have_innodb.inc # InnoDB does not support compressed tables for page sizes=32k,64k # Also FILE_BLOCK_SIZE=8k and KEY_BLOCK_SIZEr=8 --source include/have_innodb_max_16k.inc # Check without any tablespace is set --let tablespace= --source ../include/default_row_format_tablespace.inc # Check with tablespace is set, with and without Key_block_size let tablespace = tblsp; --source ../include/default_row_format_tablespace.inc # Check with innodb_system is set let tablespace = innodb_system; --source ../include/default_row_format_tablespace.inc # Check with innodb_file_per_table=0 let tablespace = OFF; --source ../include/default_row_format_tablespace.inc