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
b484ed61
Commit
b484ed61
authored
Sep 06, 2004
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
aa4402dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/r/ndb_blob.result
mysql-test/r/ndb_blob.result
+3
-3
mysql-test/t/ndb_blob.test
mysql-test/t/ndb_blob.test
+1
-1
No files found.
mysql-test/r/ndb_blob.result
View file @
b484ed61
drop table if exists t1;
drop table if exists t1;
drop database if exists
test2
;
drop database if exists
mysqltest
;
create table t1 (
create table t1 (
a int not null primary key,
a int not null primary key,
b tinytext
b tinytext
...
@@ -276,8 +276,8 @@ a b c d
...
@@ -276,8 +276,8 @@ a b c d
7 7xb7 777 7xdd7
7 7xb7 777 7xdd7
8 8xb8 888 8xdd8
8 8xb8 888 8xdd8
9 9xb9 999 9xdd9
9 9xb9 999 9xdd9
create database
test2
;
create database
mysqltest
;
use
test2
;
use
mysqltest
;
CREATE TABLE t2 (
CREATE TABLE t2 (
a bigint unsigned NOT NULL PRIMARY KEY,
a bigint unsigned NOT NULL PRIMARY KEY,
b int unsigned not null,
b int unsigned not null,
...
...
mysql-test/t/ndb_blob.test
View file @
b484ed61
...
@@ -118,7 +118,7 @@ from t1 where a=2;
...
@@ -118,7 +118,7 @@ from t1 where a=2;
update
t1
set
d
=
null
where
a
=
1
;
update
t1
set
d
=
null
where
a
=
1
;
commit
;
commit
;
# FIXME now fails at random due to weird mixup between the 2 rows
# FIXME now fails at random due to weird mixup between the 2 rows
#
select a from t1 where d is null;
select
a
from
t1
where
d
is
null
;
# pk delete
# pk delete
delete
from
t1
where
a
=
1
;
delete
from
t1
where
a
=
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