mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb
into mysql.com:/home/jonas/src/mysql-5.0-ndb
This commit is contained in:
commit
9387349ed2
1 changed files with 1 additions and 1 deletions
|
@ -53,11 +53,11 @@ NDB_STD_OPTS_VARS;
|
|||
|
||||
NDB_COMMAND(DbCreate, "DbCreate", "DbCreate", "DbCreate", 16384)
|
||||
{
|
||||
ndb_init();
|
||||
int i;
|
||||
UserHandle *uh;
|
||||
|
||||
useTableLogging = 0;
|
||||
NDB_INIT(argv[0]);
|
||||
|
||||
for(i = 1; i<argc; i++){
|
||||
if(strcmp(argv[i], "-l") == 0){
|
||||
|
|
Loading…
Add table
Reference in a new issue