mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / t / bug47671.test
blobc3f66a9f50237c83c2078c127e98e0623715c02b
1 # Embedded server doesn't support external clients
2 --source include/not_embedded.inc
4 --echo #
5 --echo # Bug#47671 - wrong character-set after upgrade from 5.1.34 to 5.1.39
6 --echo #
7 --echo # Extract only charset information from 'status' command output using regex
8 --replace_regex /.*mysql.*// /Connection.*// /Current.*//  /SSL.*// /Using.*// /Server version.*// /Protocol.*// /UNIX.*// /Uptime.*// /Threads.*// /TCP.*//
9 --exec $MYSQL -e "status";