Alexander Barkov
d25b10fede
MDEV-27712 Reduce the size of Lex_length_and_dec_st from 16 to 8
...
User visible change:
Removing the length specified by user from error messages:
ER_TOO_BIG_SCALE and ER_TOO_BIG_PRECISION
as discussed with Sergei.
2022-03-22 14:42:54 +04:00
Sergei Golubchik
0ab1e3914c
Merge branch '10.2' into 10.3
2021-02-22 22:42:27 +01:00
Alexander Barkov
afc5bac49d
MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong result
2021-02-08 16:19:45 +04:00
Oleksandr Byelkin
c32f71af7e
Merge branch '10.2' into 10.3
2020-08-03 13:41:29 +02:00
Oleksandr Byelkin
ef7cb0a0b5
Merge branch '10.1' into 10.2
2020-08-02 11:05:29 +02:00
Alexander Barkov
29851b677e
MDEV-23282 FLOAT(53,0) badly handles out-of-range values
...
truncate_double() did not take into account the max_value
limit in case when dec<NOT_FIXED_DEC.
2020-07-27 08:03:23 +04:00
Alexander Barkov
6434e495c1
A cleanup for MDEV-19468 Hybrid type expressions return wrong format for FLOAT
...
Fixing problems revealed by buildbot:
- Fixing compilation failure on Windows
- Recoding correct engines/iuds/r/insert_decimal.result
2019-05-15 15:22:06 +04:00
Sergei Golubchik
2cf30866d7
MDEV-14576 Include full name of object in message about incorrect value for column
...
update engines/ suites
followup for c4ab352b67
2018-12-21 13:31:18 +01:00
Marko Mäkelä
45531949ae
Merge 10.2 into 10.3
2018-12-18 09:15:41 +02:00
Nirbhay Choubey
8b2e642aa2
MDEV-7635: Update tests to adapt to the new default sql_mode
2017-02-10 06:30:42 -05:00
Elena Stepanova
14e1f32894
Follow-up for 02d153c7b9
(str2decimal: don't return a negative zero)
2016-12-11 00:50:00 +02:00
Elena Stepanova
9208b87f18
Follow-up for big error-message cleanup (trailing dots were removed)
2016-10-13 16:54:59 +03:00
Elena Stepanova
1d2fa98260
Post-commit test fixes
...
- 12d75e6121
- new thread stack size
- 99e48cb1d9
- warning text changed
- 6c173324ff
- default values for BLOBs
- c87e002bbb
- don't return a negative zero
2016-07-02 03:26:32 +03:00
Elena Stepanova
f2b4305bd4
Merge 5.3->5.5
2012-08-02 04:22:43 +04:00
Elena Stepanova
d1a90e852b
MDEV-369 (Mismatches in MySQL engines test suite)
...
Following reasons caused mismatches:
- different handling of invalid values;
- different CAST results with fractional seconds;
- microseconds support in MariaDB;
- different algorithm of comparing temporal values;
- differences in error and warning texts and codes;
- different approach to truncating datetime values to time;
- additional collations;
- different record order for queries without ORDER BY;
- MySQL bug#66034.
More details in MDEV-369 comments.
2012-07-30 04:16:49 +04:00
Omer BarNir
8ac23986e7
Updates to test and result files in the 'engine' suites following changes in 5.5
2010-05-04 11:10:17 -07:00
Omer BarNir
c92b9b7315
Test suites for engine testing, moved from test-extra so will be available
...
for general use.
mysql-test/Makefile.am:
Adding directories of additional test suites
mysql-test/mysql-stress-test.pl:
Adding check for additional errors checking during test run
2010-03-17 23:42:07 -07:00