Server IP : 104.21.38.3 / Your IP : 172.71.81.231 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/funcs_1/t/ |
Upload File : |
# suite/funcs_1/t/is_tables_embedded.test # # Check the layout of information_schema.tables and the impact of # CREATE/ALTER/DROP TABLE/VIEW/SCHEMA ... on it. # Variant for the embedded server # The expected results must equal is_tables except that all users # have all privileges (affects some result sets). # # There is detailed information about this test within # suite/funcs_1/datadict/is_tables.inc # # Author: # 2008-06-06 mleich Create this this variant for the embedded server. # if (`SELECT VERSION() NOT LIKE '%embedded%'`) { --skip Test requires: embedded server } if (`SELECT VERSION() LIKE '%embedded%'`) { --skip Bug#37456 funcs_1: Several tests crash when used with embedded server } # The test # - results are MyISAM specific # - is not focused on checking MyISAM properties though it exploits # some MyISAM functionality for some checks. --source include/have_myisam.inc let $engine_type = MyISAM; let $other_engine_type = MyISAM; --source suite/funcs_1/datadict/is_tables.inc