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
f135f34e
Commit
f135f34e
authored
Jan 18, 2007
by
tsmith@siva.hindu.god
Browse files
Options
Browse Files
Download
Plain Diff
Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/41
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/50
parents
dac5bb38
f5aab8b2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
mysql-test/r/ndb_types.result
mysql-test/r/ndb_types.result
+1
-0
mysql-test/t/ndb_types.test
mysql-test/t/ndb_types.test
+5
-5
No files found.
mysql-test/r/ndb_types.result
View file @
f135f34e
...
...
@@ -73,3 +73,4 @@ select time_stamp>@now from t1;
time_stamp>@now
1
drop table t1;
End of 4.1 tests
mysql-test/t/ndb_types.test
View file @
f135f34e
--
source
include
/
have_ndb
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_ndb
.
inc
--
source
include
/
not_embedded
.
inc
--
disable_warnings
DROP
TABLE
IF
EXISTS
t1
;
...
...
@@ -50,7 +50,7 @@ CREATE TABLE t1 (
);
set
@
now
=
now
();
sleep
1
;
--
sleep
1.5
insert
into
t1
(
string
,
vstring
,
bin
,
vbin
,
tiny
,
short
,
medium
,
long_int
,
longlong
,
real_float
,
real_double
,
real_decimal
,
utiny
,
ushort
,
umedium
,
ulong
,
ulonglong
,
...
...
@@ -66,7 +66,7 @@ from t1;
select
time_stamp
>@
now
from
t1
;
set
@
now
=
now
();
sleep
1
;
--
sleep
1.5
update
t1
set
string
=
"bbbb"
,
vstring
=
"bbbb"
,
bin
=
0xBBBB
,
vbin
=
0xBBBB
,
tiny
=-
2
,
short
=-
2
,
medium
=-
2
,
long_int
=-
2
,
longlong
=-
2
,
real_float
=
2.2
,
real_double
=
2.2
,
real_decimal
=
2.2
,
utiny
=
2
,
ushort
=
2
,
umedium
=
2
,
ulong
=
2
,
...
...
@@ -82,4 +82,4 @@ select time_stamp>@now from t1;
drop
table
t1
;
#
End of 4.1 tests
--
echo
End
of
4.1
tests
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