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
d675df02
Commit
d675df02
authored
Jun 21, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix testDict -n InvalidTables
parent
f5b3f922
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
4 deletions
+20
-4
ndb/test/src/NDBT_Tables.cpp
ndb/test/src/NDBT_Tables.cpp
+20
-4
No files found.
ndb/test/src/NDBT_Tables.cpp
View file @
d675df02
...
@@ -430,7 +430,7 @@ NDBT_Table F2("F2", sizeof(F2Attribs)/sizeof(NDBT_Attribute), F2Attribs);
...
@@ -430,7 +430,7 @@ NDBT_Table F2("F2", sizeof(F2Attribs)/sizeof(NDBT_Attribute), F2Attribs);
/* F3
/* F3
*
*
* Error: Too many primary keys defined,
16 is max?
* Error: Too many primary keys defined,
32 is max
*/
*/
static
static
const
const
...
@@ -452,10 +452,26 @@ NDBT_Attribute F3Attribs[] = {
...
@@ -452,10 +452,26 @@ NDBT_Attribute F3Attribs[] = {
NDBT_Attribute
(
"KOL15"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL15"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL16"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL16"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL17"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL17"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL20"
,
NdbDictionary
::
Column
::
Unsigned
),
NDBT_Attribute
(
"KOL18"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL30"
,
NdbDictionary
::
Column
::
Unsigned
),
NDBT_Attribute
(
"KOL19"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL20"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL21"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL22"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL23"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL24"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL25"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL26"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL27"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL28"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL29"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL30"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL31"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL32"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL33"
,
NdbDictionary
::
Column
::
Unsigned
,
1
,
true
),
NDBT_Attribute
(
"KOL40"
,
NdbDictionary
::
Column
::
Unsigned
),
NDBT_Attribute
(
"KOL40"
,
NdbDictionary
::
Column
::
Unsigned
),
NDBT_Attribute
(
"KOL50"
,
NdbDictionary
::
Column
::
Unsigned
)
NDBT_Attribute
(
"KOL50"
,
NdbDictionary
::
Column
::
Unsigned
),
NDBT_Attribute
(
"KOL60"
,
NdbDictionary
::
Column
::
Unsigned
),
NDBT_Attribute
(
"KOL70"
,
NdbDictionary
::
Column
::
Unsigned
)
};
};
static
static
...
...
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