| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/mysql-test/t/ |
Upload File : |
# # Tests which require ucs2 character set # -- source include/have_ucs2.inc let $engine_type= MyISAM; let $other_engine_type= MEMORY; # There are unfortunately only MyISAM and MEMORY all time available # Therefore use here MEMORY again. let $other_engine_type1= MEMORY; let $other_non_trans_engine_type= MEMORY; let $other_non_live_chks_engine_type= MEMORY; # Therefore use here MyISAM again. let $other_live_chks_engine_type= MyISAM; # MyISAM does not support transactions let $test_transactions= 0; # MyISAM does not support FOREIGN KEYFOREIGN KEYs let $test_foreign_keys= 0; # MyISAM supports fulltext queries let $fulltext_query_unsupported= 0; # MyISAM internal autoincrement values are updated during updates let $no_autoinc_update= 0; # MyISAM supports keys on spatial data types let $no_spatial_key= 0; -- source include/mix2_ucs2.inc