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
5ad0c87d
Commit
5ad0c87d
authored
Aug 04, 2005
by
jimw@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/jimw/my/mysql-4.1-12328
into mysql.com:/home/jimw/my/mysql-4.1-clean
parents
d0c8e929
f58e5033
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
mysql-test/include/not_windows.inc
mysql-test/include/not_windows.inc
+4
-0
mysql-test/t/packet.test
mysql-test/t/packet.test
+3
-0
mysql-test/t/rpl_flush_tables.test
mysql-test/t/rpl_flush_tables.test
+4
-1
No files found.
mysql-test/include/not_windows.inc
0 → 100644
View file @
5ad0c87d
--
require
r
/
true
.
require
disable_query_log
;
select
convert
(
@@
version_compile_os
using
latin1
)
NOT
IN
(
"Win32"
,
"Win64"
,
"Windows"
)
as
"TRUE"
;
enable_query_log
;
mysql-test/t/packet.test
View file @
5ad0c87d
# Embedded server doesn't support external clients
# Embedded server doesn't support external clients
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
# Windows fails because it disconnects on too-large packets instead of just
# swallowing them and returning an error
--
source
include
/
not_windows
.
inc
#
#
# Check protocol handling
# Check protocol handling
...
...
mysql-test/t/rpl_flush_tables.test
View file @
5ad0c87d
...
@@ -3,7 +3,10 @@
...
@@ -3,7 +3,10 @@
# RENAME TABLE work with MERGE tables on the slave.
# RENAME TABLE work with MERGE tables on the slave.
# Test of FLUSH NO_WRITE_TO_BINLOG by the way.
# Test of FLUSH NO_WRITE_TO_BINLOG by the way.
#
#
source
include
/
master
-
slave
.
inc
;
--
source
include
/
master
-
slave
.
inc
# Skipped on Windows because it can't handle a table underlying an open
# merge table getting renamed.
--
source
include
/
not_windows
.
inc
create
table
t1
(
a
int
);
create
table
t1
(
a
int
);
insert
into
t1
values
(
10
);
insert
into
t1
values
(
10
);
...
...
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