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
b7a8cce4
Commit
b7a8cce4
authored
Oct 22, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test fixed
parent
23586e78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
mysql-test/r/key.result
mysql-test/r/key.result
+7
-0
mysql-test/t/key.test
mysql-test/t/key.test
+3
-0
No files found.
mysql-test/r/key.result
View file @
b7a8cce4
...
...
@@ -284,9 +284,16 @@ c1
1
3
DELETE FROM t1 WHERE (c1 = 1);
check table t1;
Table Op Msg_type Msg_text
test.t1 check status OK
select c1 from t1 where c2='\Z\Z\Z\Z';
c1
3
DELETE FROM t1 WHERE (c1 = 3);
check table t1;
Table Op Msg_type Msg_text
test.t1 check status OK
select c1 from t1 where c2='\Z\Z\Z\Z';
c1
drop table t1;
mysql-test/t/key.test
View file @
b7a8cce4
...
...
@@ -267,7 +267,10 @@ INSERT INTO t1 VALUES (2,'\Z\Z\Z\Z\Z\Z');
INSERT
INTO
t1
VALUES
(
3
,
'\Z\Z\Z\Z'
);
select
c1
from
t1
where
c2
=
'\Z\Z\Z\Z'
;
DELETE
FROM
t1
WHERE
(
c1
=
1
);
check
table
t1
;
select
c1
from
t1
where
c2
=
'\Z\Z\Z\Z'
;
DELETE
FROM
t1
WHERE
(
c1
=
3
);
check
table
t1
;
select
c1
from
t1
where
c2
=
'\Z\Z\Z\Z'
;
drop
table
t1
;
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