Remove warnings about operating with Mac OS Classic, since that is quite old at this...
[phpmyadmin.git] / test / test_data / db_import.sql
blob105817a68b7e316f70700b9cb58654ba62af3730
2 --
3 -- Table structure for table `test_table`
4 --
6 CREATE TABLE IF NOT EXISTS `test_table` (
7   `val` int(11) NOT NULL
8 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;