mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added support for hex strings to mysqlimport
A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit
This commit is contained in:
57
mysql-test/r/range.result
Normal file
57
mysql-test/r/range.result
Normal file
@ -0,0 +1,57 @@
|
||||
event_date type event_id
|
||||
1999-07-10 100100 24
|
||||
1999-07-11 100100 25
|
||||
1999-07-13 100600 0
|
||||
1999-07-13 100600 4
|
||||
1999-07-13 100600 26
|
||||
1999-07-14 100600 10
|
||||
Comment
|
||||
Impossible WHERE
|
||||
event_date type event_id
|
||||
1999-07-10 100100 24
|
||||
1999-07-11 100100 25
|
||||
1999-07-13 100600 0
|
||||
1999-07-13 100600 4
|
||||
1999-07-13 100600 26
|
||||
1999-07-14 100600 10
|
||||
1999-07-15 100600 16
|
||||
YEAR ISSUE
|
||||
1999 29
|
||||
1999 30
|
||||
1999 31
|
||||
1999 32
|
||||
1999 33
|
||||
1999 34
|
||||
1999 35
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 check status OK
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 repair status OK
|
||||
id parent_id level
|
||||
3 1 1
|
||||
4 1 1
|
||||
2 1 1
|
||||
6 1 1
|
||||
7 1 1
|
||||
5 1 1
|
||||
id parent_id level
|
||||
2 1 1
|
||||
3 1 1
|
||||
4 1 1
|
||||
5 1 1
|
||||
6 1 1
|
||||
7 1 1
|
||||
Satellite SensorMode FullImageCornersUpperLeftLongitude FullImageCornersUpperRightLongitude FullImageCornersUpperRightLatitude FullImageCornersLowerRightLatitude
|
||||
OV-3 PAN1 91 -92 40 50
|
||||
aString
|
||||
baaa
|
||||
believe
|
||||
believe in love
|
||||
aString
|
||||
believe in myself
|
||||
aString
|
||||
baaa
|
||||
believe
|
||||
believe in love
|
||||
aString
|
||||
believe in myself
|
Reference in New Issue
Block a user