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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
754f66cf
Commit
754f66cf
authored
Jul 01, 2007
by
istruewing@synthia.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post.merge fixes
Fixed warnings Fixed error numbers
parent
fd586227
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
mysql-test/extra/rpl_tests/rpl_loaddata.test
mysql-test/extra/rpl_tests/rpl_loaddata.test
+2
-2
mysql-test/r/ndb_single_user.result
mysql-test/r/ndb_single_user.result
+5
-5
mysql-test/t/bigint.test
mysql-test/t/bigint.test
+1
-1
mysql-test/t/ndb_single_user.test
mysql-test/t/ndb_single_user.test
+1
-1
No files found.
mysql-test/extra/rpl_tests/rpl_loaddata.test
View file @
754f66cf
...
@@ -164,8 +164,8 @@ CREATE TABLE t1 (word CHAR(20) NOT NULL PRIMARY KEY) ENGINE=INNODB;
...
@@ -164,8 +164,8 @@ CREATE TABLE t1 (word CHAR(20) NOT NULL PRIMARY KEY) ENGINE=INNODB;
--
error
ER_DUP_ENTRY
--
error
ER_DUP_ENTRY
LOAD
DATA
INFILE
"../std_data_ln/words.dat"
INTO
TABLE
t1
;
LOAD
DATA
INFILE
"../std_data_ln/words.dat"
INTO
TABLE
t1
;
--
disable
warnings
--
disable
_
warnings
DROP
TABLE
IF
EXISTS
t1
;
DROP
TABLE
IF
EXISTS
t1
;
--
enable
warnings
--
enable
_
warnings
# End of 4.1 tests
# End of 4.1 tests
mysql-test/r/ndb_single_user.result
View file @
754f66cf
...
@@ -11,7 +11,7 @@ ERROR HY000: Failed to create LOGFILE GROUP
...
@@ -11,7 +11,7 @@ ERROR HY000: Failed to create LOGFILE GROUP
show warnings;
show warnings;
Level Code Message
Level Code Message
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 15
16
Failed to create LOGFILE GROUP
Error 15
25
Failed to create LOGFILE GROUP
create table t1 (a int key, b int unique, c int) engine ndb;
create table t1 (a int key, b int unique, c int) engine ndb;
CREATE LOGFILE GROUP lg1
CREATE LOGFILE GROUP lg1
ADD UNDOFILE 'undofile.dat'
ADD UNDOFILE 'undofile.dat'
...
@@ -27,14 +27,14 @@ ERROR HY000: Failed to create TABLESPACE
...
@@ -27,14 +27,14 @@ ERROR HY000: Failed to create TABLESPACE
show warnings;
show warnings;
Level Code Message
Level Code Message
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 15
16
Failed to create TABLESPACE
Error 15
25
Failed to create TABLESPACE
DROP LOGFILE GROUP lg1
DROP LOGFILE GROUP lg1
ENGINE =NDB;
ENGINE =NDB;
ERROR HY000: Failed to drop LOGFILE GROUP
ERROR HY000: Failed to drop LOGFILE GROUP
show warnings;
show warnings;
Level Code Message
Level Code Message
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 15
17
Failed to drop LOGFILE GROUP
Error 15
26
Failed to drop LOGFILE GROUP
CREATE TABLESPACE ts1
CREATE TABLESPACE ts1
ADD DATAFILE 'datafile.dat'
ADD DATAFILE 'datafile.dat'
USE LOGFILE GROUP lg1
USE LOGFILE GROUP lg1
...
@@ -47,7 +47,7 @@ ERROR HY000: Failed to alter: DROP DATAFILE
...
@@ -47,7 +47,7 @@ ERROR HY000: Failed to alter: DROP DATAFILE
show warnings;
show warnings;
Level Code Message
Level Code Message
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 15
21
Failed to alter: DROP DATAFILE
Error 15
30
Failed to alter: DROP DATAFILE
ALTER TABLESPACE ts1
ALTER TABLESPACE ts1
DROP DATAFILE 'datafile.dat'
DROP DATAFILE 'datafile.dat'
ENGINE NDB;
ENGINE NDB;
...
@@ -57,7 +57,7 @@ ERROR HY000: Failed to drop TABLESPACE
...
@@ -57,7 +57,7 @@ ERROR HY000: Failed to drop TABLESPACE
show warnings;
show warnings;
Level Code Message
Level Code Message
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 1296 Got error 299 'Operation not allowed or aborted due to single user mode' from NDB
Error 15
17
Failed to drop TABLESPACE
Error 15
26
Failed to drop TABLESPACE
DROP TABLESPACE ts1
DROP TABLESPACE ts1
ENGINE NDB;
ENGINE NDB;
DROP LOGFILE GROUP lg1
DROP LOGFILE GROUP lg1
...
...
mysql-test/t/bigint.test
View file @
754f66cf
...
@@ -307,7 +307,7 @@ select -(9223372036854775808);
...
@@ -307,7 +307,7 @@ select -(9223372036854775808);
select
-
((
9223372036854775808
));
select
-
((
9223372036854775808
));
select
-
(
-
(
9223372036854775808
));
select
-
(
-
(
9223372036854775808
));
--
disable_metadata
--
disable_metadata
--
en
d
ble_ps_protocol
--
en
a
ble_ps_protocol
select
--
9223372036854775808
,
---
9223372036854775808
,
----
9223372036854775808
;
select
--
9223372036854775808
,
---
9223372036854775808
,
----
9223372036854775808
;
select
-
(
-
9223372036854775808
),
-
(
-
(
-
9223372036854775808
));
select
-
(
-
9223372036854775808
),
-
(
-
(
-
9223372036854775808
));
...
...
mysql-test/t/ndb_single_user.test
View file @
754f66cf
...
@@ -27,7 +27,7 @@ drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
...
@@ -27,7 +27,7 @@ drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9,t10;
create
table
t1
(
a
int
key
,
b
int
unique
,
c
int
)
engine
ndb
;
create
table
t1
(
a
int
key
,
b
int
unique
,
c
int
)
engine
ndb
;
# Bug #27712 Single user mode. Creating logfile group and tablespace is allowed
# Bug #27712 Single user mode. Creating logfile group and tablespace is allowed
# - before bug fix these would succeed
# - before bug fix these would succeed
--
error
1516
--
error
ER_CREATE_FILEGROUP_FAILED
CREATE
LOGFILE
GROUP
lg1
CREATE
LOGFILE
GROUP
lg1
ADD
UNDOFILE
'undofile.dat'
ADD
UNDOFILE
'undofile.dat'
INITIAL_SIZE
16
M
INITIAL_SIZE
16
M
...
...
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