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
afe6aef5
Commit
afe6aef5
authored
Dec 06, 2017
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust the test innodb.virtual_stats and rename to gcol.innodb_virtual_stats
parent
b1cd5ca2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/suite/gcol/r/innodb_virtual_stats.result
mysql-test/suite/gcol/r/innodb_virtual_stats.result
+1
-1
mysql-test/suite/gcol/t/innodb_virtual_stats.test
mysql-test/suite/gcol/t/innodb_virtual_stats.test
+1
-1
No files found.
mysql-test/suite/
innodb/r/
virtual_stats.result
→
mysql-test/suite/
gcol/r/innodb_
virtual_stats.result
View file @
afe6aef5
...
...
@@ -5,7 +5,7 @@ c INT GENERATED ALWAYS AS(a+b),
d INT GENERATED ALWAYS AS(a+b+b),
KEY idxa (a),
KEY vidxcd (c, d)
) ENGINE=INNODB;
) ENGINE=INNODB
STATS_PERSISTENT=1 STATS_AUTO_RECALC=1
;
INSERT INTO t (a,b) VALUES (1, 2);
SELECT index_name, stat_name, stat_description
FROM mysql.innodb_index_stats
...
...
mysql-test/suite/
innodb/t/
virtual_stats.test
→
mysql-test/suite/
gcol/t/innodb_
virtual_stats.test
View file @
afe6aef5
...
...
@@ -11,7 +11,7 @@ CREATE TABLE t (
d
INT
GENERATED
ALWAYS
AS
(
a
+
b
+
b
),
KEY
idxa
(
a
),
KEY
vidxcd
(
c
,
d
)
)
ENGINE
=
INNODB
;
)
ENGINE
=
INNODB
STATS_PERSISTENT
=
1
STATS_AUTO_RECALC
=
1
;
INSERT
INTO
t
(
a
,
b
)
VALUES
(
1
,
2
);
...
...
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