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
78c19388
Commit
78c19388
authored
Jul 01, 2004
by
monty@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes (For Netware)
parent
2c6537e2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
mysql-test/r/rpl_delete_all.result
mysql-test/r/rpl_delete_all.result
+1
-1
mysql-test/t/rpl_delete_all.test
mysql-test/t/rpl_delete_all.test
+3
-2
netware/BUILD/compile-netware-standard
netware/BUILD/compile-netware-standard
+1
-0
No files found.
mysql-test/r/rpl_delete_all.result
View file @
78c19388
...
...
@@ -9,7 +9,7 @@ drop database if exists test1;
Warnings:
Note 1008 Can't drop database 'test1'; database doesn't exist
show tables from test1;
ERROR HY000: Can't read dir of './test1/' (Errcode:
2
)
ERROR HY000: Can't read dir of './test1/' (Errcode:
X
)
create table t1 (a int);
drop table if exists t1;
Warnings:
...
...
mysql-test/t/rpl_delete_all.test
View file @
78c19388
...
...
@@ -6,7 +6,8 @@ connection master;
drop
database
if
exists
test1
;
sync_slave_with_master
;
# can't read dir
error
12
;
--
replace_result
"Errcode: 1"
"Errcode: X"
"Errcode: 2"
"Errcode: X"
--
error
12
show
tables
from
test1
;
connection
slave
;
...
...
@@ -15,7 +16,7 @@ connection master;
drop
table
if
exists
t1
;
sync_slave_with_master
;
# table does not exist
error
1146
;
--
error
1146
select
*
from
t1
;
connection
master
;
...
...
netware/BUILD/compile-netware-standard
View file @
78c19388
...
...
@@ -15,6 +15,7 @@ suffix="standard"
extra_configs
=
"
\
--with-innodb
\
--enable-thread-safe-client
\
--with-archive-storage-engine
\
"
.
$path
/compile-netware-END
...
...
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