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
4aa97ba5
Commit
4aa97ba5
authored
Jul 19, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix innodb-system-table-view for --embedded
parent
864f0005
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
mysql-test/suite/innodb/include/show_i_s_tablespaces.inc
mysql-test/suite/innodb/include/show_i_s_tablespaces.inc
+1
-1
mysql-test/suite/innodb/t/innodb-system-table-view.test
mysql-test/suite/innodb/t/innodb-system-table-view.test
+0
-3
No files found.
mysql-test/suite/innodb/include/show_i_s_tablespaces.inc
View file @
4aa97ba5
...
...
@@ -4,7 +4,7 @@
--
echo
===
information_schema
.
innodb_sys_tablespaces
and
innodb_sys_datafiles
===
--
disable_query_log
--
replace_regex
/
#P#/#p#/ /#SP#/#sp#/
--
replace_result
./
MYSQLD_DATADIR
/
$MYSQLD_DATADIR
/
MYSQLD_DATADIR
/
$MYSQLD_DATADIR
MYSQLD_DATADIR
/
$MYSQL_TMP_DIR
MYSQL_TMP_DIR
$INNODB_PAGE_SIZE
DEFAULT
--
replace_result
./
MYSQLD_DATADIR
/
$MYSQLD_DATADIR
MYSQLD_DATADIR
$MYSQL_TMP_DIR
MYSQL_TMP_DIR
$INNODB_PAGE_SIZE
DEFAULT
SELECT
s
.
name
'Space_Name'
,
s
.
page_size
'Page_Size'
,
s
.
zip_page_size
'Zip_Size'
,
...
...
mysql-test/suite/innodb/t/innodb-system-table-view.test
View file @
4aa97ba5
...
...
@@ -4,11 +4,8 @@
--
source
include
/
innodb_page_size_small
.
inc
--
disable_query_log
SET
default_storage_engine
=
InnoDB
;
LET
$MYSQLD_DATADIR
=
`select @@datadir`
;
LET
$INNODB_PAGE_SIZE
=
`select @@innodb_page_size`
;
--
enable_query_log
# The IDs of mysql.innodb_table_stats and mysql.innodb_index_stats may
# vary depending on whether the tables have been rebuilt
...
...
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