We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9fd54 commit 631c1b9Copy full SHA for 631c1b9
storage/ndb/ndbapi-examples/ndbapi_simple_index/main.cpp
@@ -1,5 +1,5 @@
1
/*
2
- Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
3
4
This program is free software; you can redistribute it and/or modify
5
it under the terms of the GNU General Public License as published by
@@ -87,7 +87,7 @@ int main(int argc, char** argv)
87
0, mysqld_sock, 0) )
88
MYSQLERROR(mysql);
89
90
- mysql_query(&mysql, "CREATE DATABASE ndb_examples_1");
+ mysql_query(&mysql, "CREATE DATABASE ndb_examples");
91
if (mysql_query(&mysql, "USE ndb_examples") != 0) MYSQLERROR(mysql);
92
93
while (mysql_query(&mysql,
0 commit comments