Re: Which test suites are valid for --extern option in mysql-test-run?

2012-11-27 Thread Tianyin Xu
Thanks a lot, Eric! Yes, unfortunately, I'm trying to use them to do some specific testing. One thing bugged me is that even testing on a clean mysqld with the default configuration, some --extern test fails. I guess it is because these test cases are not supported. By the way, could you

Still struggling witn like 'CTV%' over varchar.... I simple cannot understand..

2012-11-27 Thread Andrés Tello
mysql explain select * from cuenta where rutaCuenta like 'CTV%'; ++-++---+---++-+--++-+ | id | select_type | table | type | possible_keys | key| key_len | ref | rows | Extra |