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
3ddd25f2
Commit
3ddd25f2
authored
Apr 12, 2007
by
jonas@perch.ndb.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - mysql-test-run testcase for bug#27757
parent
ca94188a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
mysql-test/r/ndb_dd_basic.result
mysql-test/r/ndb_dd_basic.result
+7
-0
mysql-test/t/ndb_dd_basic.test
mysql-test/t/ndb_dd_basic.test
+8
-0
No files found.
mysql-test/r/ndb_dd_basic.result
View file @
3ddd25f2
...
...
@@ -440,6 +440,13 @@ insert into t1 values(7,'x');
insert into t1 values(8,'x');
delete from t1 where a = 0;
commit;
delete from t1;
begin;
insert into t1 values (1, 'x');
select * from t1;
a b
1 x
rollback;
set autocommit = 1;
drop table t1;
create table test.t1 (f1 varchar(50) primary key, f2 text,f3 int)
...
...
mysql-test/t/ndb_dd_basic.test
View file @
3ddd25f2
...
...
@@ -367,8 +367,16 @@ insert into t1 values(7,'x');
insert
into
t1
values
(
8
,
'x'
);
delete
from
t1
where
a
=
0
;
commit
;
delete
from
t1
;
begin
;
insert
into
t1
values
(
1
,
'x'
);
select
*
from
t1
;
rollback
;
set
autocommit
=
1
;
drop
table
t1
;
#############################
# Customer posted order by test case
...
...
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