mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Windows : create a minimalistic MTR test for mysql_install_db.exe
only --datadir option is tested in this test. Other options (notably --password and --service) would need another, more comprehensive test.
This commit is contained in:
10
mysql-test/main/mysql_install_db_win.result
Normal file
10
mysql-test/main/mysql_install_db_win.result
Normal file
@ -0,0 +1,10 @@
|
||||
# Kill the server
|
||||
Running bootstrap
|
||||
Removing default user
|
||||
Creating my.ini file
|
||||
Creation of the database was successful
|
||||
my.ini
|
||||
SELECT @@datadir;
|
||||
@@datadir
|
||||
DATADIR/
|
||||
# Kill the server
|
Reference in New Issue
Block a user