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
cc1fd814
Commit
cc1fd814
authored
Feb 07, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update after merge 5.0 -> 5.1
parent
bbff8ade
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
mysql-test/r/rpl_failed_optimize.result
mysql-test/r/rpl_failed_optimize.result
+0
-1
mysql-test/r/rpl_insert_id.result
mysql-test/r/rpl_insert_id.result
+0
-1
mysql-test/r/rpl_loaddata.result
mysql-test/r/rpl_loaddata.result
+0
-1
mysql-test/r/rpl_loaddata_s.result
mysql-test/r/rpl_loaddata_s.result
+0
-1
mysql-test/r/rpl_multi_update3.result
mysql-test/r/rpl_multi_update3.result
+0
-1
No files found.
mysql-test/r/rpl_failed_optimize.result
View file @
cc1fd814
...
...
@@ -18,4 +18,3 @@ Table Op Msg_type Msg_text
test.non_existing optimize error Table 'test.non_existing' doesn't exist
Warnings:
Error 1146 Table 'test.non_existing' doesn't exist
drop table t1;
mysql-test/r/rpl_insert_id.result
View file @
cc1fd814
...
...
@@ -73,4 +73,3 @@ CREATE TABLE t1 ( a INT UNIQUE );
SET FOREIGN_KEY_CHECKS=0;
INSERT INTO t1 VALUES (1),(1);
ERROR 23000: Duplicate entry '1' for key 1
drop table t1;
mysql-test/r/rpl_loaddata.result
View file @
cc1fd814
...
...
@@ -79,4 +79,3 @@ terminated by ',' optionally enclosed by '%' escaped by '@' lines terminated by
ERROR 23000: Duplicate entry '2003-03-22' for key 1
drop table t2;
drop table t2;
drop table t1;
mysql-test/r/rpl_loaddata_s.result
View file @
cc1fd814
...
...
@@ -12,4 +12,3 @@ count(*)
2
show binlog events from 102;
Log_name Pos Event_type Server_id End_log_pos Info
drop table t1;
mysql-test/r/rpl_multi_update3.result
View file @
cc1fd814
...
...
@@ -194,4 +194,3 @@ idpro price nbprice
1 1.0000 3
2 1.0000 2
3 2.0000 1
drop table t1, t2;
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