1# Embedded server doesn't support external clients
2--source include/not_embedded.inc
3
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";
10