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
8cfdddac
Commit
8cfdddac
authored
Oct 29, 2020
by
Vicențiu Ciorbaru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MYSQL_JSON: Update test case to omit .so or .dll extension
parent
8b2800d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/main/mysql_upgrade_mysql_json_datatype.result
mysql-test/main/mysql_upgrade_mysql_json_datatype.result
+2
-2
mysql-test/main/mysql_upgrade_mysql_json_datatype.test
mysql-test/main/mysql_upgrade_mysql_json_datatype.test
+2
-2
No files found.
mysql-test/main/mysql_upgrade_mysql_json_datatype.result
View file @
8cfdddac
...
...
@@ -3,7 +3,7 @@ call mtr.add_suppression("is marked as crashed");
call mtr.add_suppression("Checking");
SET NAMES utf8;
set sql_mode="";
install soname 'type_mysql_json
.so
';
install soname 'type_mysql_json';
show create table tempty;
ERROR HY000: Table rebuild required. Please do "ALTER TABLE `test.tempty` FORCE" or dump/reload to fix it!
show create table mysql_json_test;
...
...
@@ -103,4 +103,4 @@ Total_Number_of_Tests Succesful_Tests String_is_valid_JSON
drop table tempty;
drop table mysql_json_test;
drop table mysql_json_test_big;
uninstall soname 'type_mysql_json
.so
';
uninstall soname 'type_mysql_json';
mysql-test/main/mysql_upgrade_mysql_json_datatype.test
View file @
8cfdddac
...
...
@@ -28,7 +28,7 @@ SET NAMES utf8;
set
sql_mode
=
""
;
--
eval
install
soname
'$TYPE_MYSQL_JSON_SO'
install
soname
'type_mysql_json'
;
--
error
ER_TABLE_NEEDS_REBUILD
show
create
table
tempty
;
...
...
@@ -63,5 +63,5 @@ drop table tempty;
drop
table
mysql_json_test
;
drop
table
mysql_json_test_big
;
--
eval
uninstall
soname
'$TYPE_MYSQL_JSON_SO'
uninstall
soname
'type_mysql_json'
;
--
remove_file
$MYSQLD_DATADIR
/
mysql_upgrade_info
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