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
cd0734d6
Commit
cd0734d6
authored
Oct 28, 2018
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
after-merge: enable tests
parent
70e567f5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
4 deletions
+2
-4
storage/connect/mysql-test/connect/disabled.def
storage/connect/mysql-test/connect/disabled.def
+0
-2
storage/connect/mysql-test/connect/r/grant2.result
storage/connect/mysql-test/connect/r/grant2.result
+1
-1
storage/connect/mysql-test/connect/r/infoschema2-9739.result
storage/connect/mysql-test/connect/r/infoschema2-9739.result
+1
-1
No files found.
storage/connect/mysql-test/connect/disabled.def
View file @
cd0734d6
...
@@ -10,7 +10,6 @@
...
@@ -10,7 +10,6 @@
#
#
##############################################################################
##############################################################################
infoschema-9739 : Crashes with MariaDB 10.0
infoschema-9739 : Crashes with MariaDB 10.0
infoschema2-9739 : Temporary until recording result with MariaDB 10.0
jdbc : Variable settings depend on machine configuration
jdbc : Variable settings depend on machine configuration
jdbc_new : Variable settings depend on machine configuration
jdbc_new : Variable settings depend on machine configuration
jdbc_oracle : Variable settings depend on machine configuration
jdbc_oracle : Variable settings depend on machine configuration
...
@@ -22,4 +21,3 @@ mongo_c : Need MongoDB running and its C Driver installed
...
@@ -22,4 +21,3 @@ mongo_c : Need MongoDB running and its C Driver installed
mongo_java_2 : Need MongoDB running and its Java Driver installed
mongo_java_2 : Need MongoDB running and its Java Driver installed
mongo_java_3 : Need MongoDB running and its Java Driver installed
mongo_java_3 : Need MongoDB running and its Java Driver installed
tbl_thread : Bug MDEV-9844,10179,14214 03/01/2018 OB Option THREAD removed
tbl_thread : Bug MDEV-9844,10179,14214 03/01/2018 OB Option THREAD removed
vcol : Different error code on different versions
storage/connect/mysql-test/connect/r/grant2.result
View file @
cd0734d6
...
@@ -622,7 +622,7 @@ test.t1 optimize status OK
...
@@ -622,7 +622,7 @@ test.t1 optimize status OK
OPTIMIZE TABLE t1;
OPTIMIZE TABLE t1;
Table Op Msg_type Msg_text
Table Op Msg_type Msg_text
test.t1 optimize Error Access denied for user 'user'@'localhost' (using password: NO)
test.t1 optimize Error Access denied for user 'user'@'localhost' (using password: NO)
test.t1 optimize Error
Can't lock file (errno: 122 "Internal (unspecified) error in handler")
test.t1 optimize Error
Got error 122 'This operation requires the FILE privilege' from CONNECT
test.t1 optimize error Corrupt
test.t1 optimize error Corrupt
DROP TABLE t1;
DROP TABLE t1;
# Testing SQLCOM_ALTER_TABLE (adding columns)
# Testing SQLCOM_ALTER_TABLE (adding columns)
...
...
storage/connect/mysql-test/connect/r/infoschema2-9739.result
View file @
cd0734d6
...
@@ -8,5 +8,5 @@ TABLE_CATALOG TABLE_SCHEMA TABLE_NAME TABLE_TYPE ENGINE VERSION ROW_FORMAT TABLE
...
@@ -8,5 +8,5 @@ TABLE_CATALOG TABLE_SCHEMA TABLE_NAME TABLE_TYPE ENGINE VERSION ROW_FORMAT TABLE
Warnings:
Warnings:
Warning 1286 Unknown storage engine 'InnoDB'
Warning 1286 Unknown storage engine 'InnoDB'
Warning 1286 Unknown storage engine 'InnoDB'
Warning 1286 Unknown storage engine 'InnoDB'
Warning 1
105
Warning 1
296 Got error 174 'File t1.xml not found' from CONNECT
drop table t1;
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