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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2cb41714
Commit
2cb41714
authored
Jul 26, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - mysql-test-run - ndb_partition_key
remove length of frm files as this is config dependant
parent
543f95ec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/ndb_partition_key.result
mysql-test/r/ndb_partition_key.result
+1
-1
mysql-test/t/ndb_partition_key.test
mysql-test/t/ndb_partition_key.test
+1
-1
No files found.
mysql-test/r/ndb_partition_key.result
View file @
2cb41714
...
...
@@ -54,7 +54,7 @@ Max load factor: 80
Temporary table: no
Number of attributes: 4
Number of primary keys: 3
Length of frm data:
301
Length of frm data:
#
TableStatus: Retrieved
-- Attributes --
a Int PRIMARY KEY
...
...
mysql-test/t/ndb_partition_key.test
View file @
2cb41714
...
...
@@ -53,6 +53,6 @@ CREATE TABLE t1 (a INT, b CHAR(10) COLLATE latin1_bin, c INT, d INT,
insert
into
t1
values
(
1
,
"a"
,
1
,
1
),(
2
,
"a"
,
1
,
1
),(
3
,
"a"
,
1
,
1
);
# should show only one attribute with DISTRIBUTION KEY
--
exec
$NDB_TOOLS_DIR
/
ndb_desc
--
no
-
defaults
-
d
test
t1
|
sed
's/Version: [0-9]*//'
--
exec
$NDB_TOOLS_DIR
/
ndb_desc
--
no
-
defaults
-
d
test
t1
|
sed
's/Version: [0-9]*//'
|
sed
's/\(Length of frm data: \)[0-9]*/\1#/'
DROP
TABLE
t1
;
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