Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
574bce49
Commit
574bce49
authored
Nov 09, 2007
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb
into perch.ndb.mysql.com:/home/jonas/src/51-ndb
parents
4a4425cc
7276679b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
storage/ndb/test/ndbapi/testDict.cpp
storage/ndb/test/ndbapi/testDict.cpp
+7
-3
No files found.
storage/ndb/test/ndbapi/testDict.cpp
View file @
574bce49
...
@@ -2776,11 +2776,15 @@ runDropDDObjects(NDBT_Context* ctx, NDBT_Step* step){
...
@@ -2776,11 +2776,15 @@ runDropDDObjects(NDBT_Context* ctx, NDBT_Step* step){
case
NdbDictionary
:
:
Object
::
UserTable
:
case
NdbDictionary
:
:
Object
::
UserTable
:
tableFound
=
list
.
elements
[
i
].
name
;
tableFound
=
list
.
elements
[
i
].
name
;
if
(
tableFound
!=
0
){
if
(
tableFound
!=
0
){
if
(
strcmp
(
tableFound
,
"ndb_apply_status"
)
!=
0
&&
strcmp
(
tableFound
,
"NDB$BLOB_2_3"
)
!=
0
&&
strcmp
(
tableFound
,
"ndb_schema"
)
!=
0
){
if
(
pDict
->
dropTable
(
tableFound
)
!=
0
){
if
(
pDict
->
dropTable
(
tableFound
)
!=
0
){
g_err
<<
"Failed to drop table: "
<<
pDict
->
getNdbError
()
<<
endl
;
g_err
<<
"Failed to drop table: "
<<
tableFound
<<
pDict
->
getNdbError
()
<<
endl
;
return
NDBT_FAILED
;
return
NDBT_FAILED
;
}
}
}
}
}
tableFound
=
0
;
tableFound
=
0
;
break
;
break
;
default:
default:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment