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
e6f01bf6
Commit
e6f01bf6
authored
Jun 01, 2005
by
mronstrom@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/Users/mikron/bug10837
parents
f711a3d7
5b54fcab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
mysql-test/r/default.result
mysql-test/r/default.result
+0
-0
mysql-test/t/default.test
mysql-test/t/default.test
+1
-1
No files found.
mysql-test/r/
bugs
.result
→
mysql-test/r/
default
.result
View file @
e6f01bf6
File moved
mysql-test/t/
bugs
.test
→
mysql-test/t/
default
.test
View file @
e6f01bf6
...
...
@@ -4,7 +4,6 @@
--
disable_warnings
drop
table
if
exists
t1
,
t2
,
t3
,
t4
,
t5
,
t6
;
drop
database
if
exists
mysqltest
;
--
enable_warnings
#
# Bug 10838
...
...
@@ -39,6 +38,7 @@ CREATE TABLE t1 (a varchar(30) binary NOT NULL DEFAULT ' ',
a1
varchar
(
30
)
binary
NOT
NULL
DEFAULT
' '
,
b1
tinyblob
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARACTER
SET
=
latin1
COLLATE
latin1_bin
;
--
enable_warnings
SHOW
CREATE
TABLE
t1
;
INSERT
into
t1
(
b
)
values
(
'1'
);
...
...
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