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
3a8e1a22
Commit
3a8e1a22
authored
Apr 09, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql-test fixes
parent
ee92b211
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
20 deletions
+8
-20
mysql-test/r/lowercase_table2.result
mysql-test/r/lowercase_table2.result
+1
-1
mysql-test/r/partition_disabled.result
mysql-test/r/partition_disabled.result
+1
-1
mysql-test/t/mysqld--help.test
mysql-test/t/mysqld--help.test
+4
-4
mysql-test/t/sp-destruct.test
mysql-test/t/sp-destruct.test
+0
-3
storage/sequence/mysql-test/sequence/inc.opt
storage/sequence/mysql-test/sequence/inc.opt
+1
-0
storage/test_sql_discovery/mysql-test/main/r/partition_disabled.rdiff
..._sql_discovery/mysql-test/main/r/partition_disabled.rdiff
+0
-11
storage/test_sql_discovery/mysql-test/sql_discovery/inc.opt
storage/test_sql_discovery/mysql-test/sql_discovery/inc.opt
+1
-0
No files found.
mysql-test/r/lowercase_table2.result
View file @
3a8e1a22
...
@@ -272,7 +272,7 @@ Database Table In_use Name_locked
...
@@ -272,7 +272,7 @@ Database Table In_use Name_locked
test t_bug44738_uppercase 0 0
test t_bug44738_uppercase 0 0
# So attempt to create table with the same name should fail.
# So attempt to create table with the same name should fail.
create table t_bug44738_UPPERCASE (i int);
create table t_bug44738_UPPERCASE (i int);
ERROR HY000: Can't find file: '
t_bug44738_uppercase
' (errno: 2 "No such file or directory")
ERROR HY000: Can't find file: '
./test/t_bug44738_uppercase.MYI
' (errno: 2 "No such file or directory")
# And should succeed after FLUSH TABLES.
# And should succeed after FLUSH TABLES.
flush tables;
flush tables;
create table t_bug44738_UPPERCASE (i int);
create table t_bug44738_UPPERCASE (i int);
...
...
mysql-test/r/partition_disabled.result
View file @
3a8e1a22
...
@@ -3,7 +3,7 @@ FLUSH TABLES;
...
@@ -3,7 +3,7 @@ FLUSH TABLES;
SELECT * FROM t1;
SELECT * FROM t1;
ERROR HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statement
ERROR HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statement
TRUNCATE TABLE t1;
TRUNCATE TABLE t1;
ERROR
42S02: Table 'test.t1' doesn't exis
t
ERROR
HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statemen
t
ANALYZE TABLE t1;
ANALYZE TABLE t1;
Table Op Msg_type Msg_text
Table Op Msg_type Msg_text
test.t1 analyze Error The MariaDB server is running with the --skip-partition option so it cannot execute this statement
test.t1 analyze Error The MariaDB server is running with the --skip-partition option so it cannot execute this statement
...
...
mysql-test/t/mysqld--help.test
View file @
3a8e1a22
...
@@ -24,10 +24,10 @@ perl;
...
@@ -24,10 +24,10 @@ perl;
# Plugins which may or may not be there:
# Plugins which may or may not be there:
@
plugins
=
qw
/
innodb
ndb
archive
blackhole
federated
partition
ndbcluster
@
plugins
=
qw
/
innodb
ndb
archive
blackhole
federated
partition
ndbcluster
feedback
debug
temp
-
pool
ssl
des
-
key
-
file
feedback
debug
temp
-
pool
ssl
des
-
key
-
file
xtradb
sequence
xtradb
thread
-
concurrency
super
-
large
-
pages
thread
-
concurrency
super
-
large
-
pages
mutex
-
deadlock
-
detector
mutex
-
deadlock
-
detector
null
-
audit
maria
aria
pbxt
oqgraph
null
-
audit
aria
pbxt
oqgraph
sphinx
thread
-
handling
sphinx
thread
-
handling
query
-
cache
-
info
/
;
test
-
sql
-
discovery
query
-
cache
-
info
/
;
# And substitute the content some environment variables with their
# And substitute the content some environment variables with their
# names:
# names:
...
...
mysql-test/t/sp-destruct.test
View file @
3a8e1a22
...
@@ -7,9 +7,6 @@
...
@@ -7,9 +7,6 @@
# In the case of trouble you might want to skip this.
# In the case of trouble you might want to skip this.
#
#
# embedded server returns different paths in error messages
# in lines like 'call bug14233();'
# mysqltest should be fixed to allow REPLACE_RESULT in error message
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
# Supress warnings written to the log file
# Supress warnings written to the log file
...
...
storage/sequence/mysql-test/sequence/inc.opt
View file @
3a8e1a22
--plugin-load=$HA_SEQUENCE_SO
--plugin-load=$HA_SEQUENCE_SO
--loose-sequence
storage/test_sql_discovery/mysql-test/main/r/partition_disabled.rdiff
deleted
100644 → 0
View file @
ee92b211
--- r/partition_disabled.result 2013-04-07 12:36:57.000000000 +0200
+++ /usr/home/serg/Abk/mysql/10.0-serg/storage/test_sql_discovery/mysql-test/main/r/partition_disabled.reject 2013-04-07 23:19:14.000000000 +0200
@@ -3,7 +3,7 @@
SELECT * FROM t1;
ERROR HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statement
TRUNCATE TABLE t1;
-ERROR 42S02: Table 'test.t1' doesn't exist
+ERROR HY000: The MariaDB server is running with the --skip-partition option so it cannot execute this statement
ANALYZE TABLE t1;
Table Op Msg_type Msg_text
test.t1 analyze Error The MariaDB server is running with the --skip-partition option so it cannot execute this statement
storage/test_sql_discovery/mysql-test/sql_discovery/inc.opt
View file @
3a8e1a22
--plugin-load=$HA_TEST_SQL_DISCOVERY_SO
--plugin-load=$HA_TEST_SQL_DISCOVERY_SO
--loose-test-sql-discovery
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