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:
@ -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",
|
||||
|
Reference in New Issue
Block a user