1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-20 13:13:59 +03:00

Bug #12876932 - INCORRECT SELECT RESULT ON FEDERATED TABLE

Merged pb2 test failure fix from mysql-5.1 to mysql-5.5
This commit is contained in:
Venkata Sidagam 2012-07-26 23:27:01 +05:30
commit fe7a28e759

View File

@ -9,7 +9,7 @@
# #
let $engine_type= FEDERATED; let $engine_type= FEDERATED;
--source suite/federated/have_federated_db.inc --source suite/federated/include/have_federated_db.inc
--vertical_results --vertical_results
eval SELECT * FROM information_schema.engines eval SELECT * FROM information_schema.engines
WHERE ENGINE = '$engine_type'; WHERE ENGINE = '$engine_type';