1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

wl2077 moved inline to .hpp file

This commit is contained in:
unknown
2004-11-18 20:54:35 +01:00
parent 85ce991973
commit 6a87e0060d
16 changed files with 439 additions and 173 deletions

View File

@ -30,7 +30,7 @@ main(int argc, const char** argv){
const char* _dbname = "TEST_DB";
int _help = 0;
int _ordered, _pk;
int _ordered = 0, _pk = 1;
struct getargs args[] = {
{ "database", 'd', arg_string, &_dbname, "dbname",