Blame tests/p_mysql/mysqld_drop_db.sh
|
Karanbir Singh |
0b5bb2 |
#!/bin/sh
|
|
Karanbir Singh |
0b5bb2 |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Karanbir Singh |
0b5bb2 |
|
|
Karanbir Singh |
2dd0be |
t_Log "Running $0 - MySQL drop database test."
|
|
Steve Barnes |
464547 |
mysql -u root -e 'drop database mysql_test' >/dev/null 2>&1
|
|
Steve Barnes |
464547 |
t_CheckExitStatus $?
|