| Server IP : 88.99.149.37 / Your IP : 216.73.216.141 Web Server : nginx/1.31.2 System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64 User : muralimurth ( 1015) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/mysql/mysql-test/plugin/rocksdb/storage_engine/ |
Upload File : |
########################################### # # This is a template of the include file define_engine.inc which # should be placed in storage/<engine>/mysql-test/storage_engine folder. # ################################ # # The name of the engine under test must be defined in $ENGINE variable. # You can set it either here (uncomment and edit) or in your environment. # let $ENGINE = RocksDB; # ################################ # # The following three variables define specific options for columns and tables. # Normally there should be none needed, but for some engines it can be different. # If the engine requires specific column option for all or indexed columns, # set them inside the comment, e.g. /*!NOT NULL*/. # Do the same for table options if needed, e.g. /*!INSERT_METHOD=LAST*/ let $default_col_opts = /*!*/; let $default_col_indexed_opts = /*!*/; let $default_tbl_opts = /*!*/; # INDEX, UNIQUE INDEX, PRIMARY KEY, special index type - choose the fist that the engine allows, # or set it to /*!*/ if none is supported let $default_index = /*!INDEX*/; # If the engine does not support the following types, replace them with the closest possible let $default_int_type = INT(11); let $default_char_type = CHAR(8); ################################ --disable_query_log --disable_result_log # Here you can place your custom MTR code which needs to be executed before each test, # e.g. creation of an additional schema or table, etc. # The cleanup part should be defined in cleanup_engine.inc --enable_query_log --enable_result_log