Sergei Golubchik
1e6ad0ce13
don't set default value in temp table if NO_DEFAULT_VALUE_FLAG
...
when an internal temporary table field is created from a real field,
a new temp field should only copy a default from the source field
when the latter has it
2023-01-09 18:06:06 +01:00
Sergei Golubchik
610cea3dda
cleanup
...
Helper class to swicth to relaxed checks during field copy.
Temporarily.
2023-01-09 18:06:06 +01:00
Marko Mäkelä
e6bdf77e4b
Merge 10.3 into 10.4
...
In is_eits_usable(), we disable an assertion that fails due to
MDEV-19334.
2019-04-25 16:05:20 +03:00
Marko Mäkelä
acf6f92aa9
Merge 10.2 into 10.3
2019-04-25 09:05:52 +03:00
Sergei Golubchik
36e59752e7
Merge branch '10.2' into 10.3
2018-06-30 16:39:20 +02:00
Oleksandr Byelkin
0dd1ebcb27
MDEV-15576: Server crashed in Cached_item_str::cmp / sortcmp or Assertion `item->null_value' failed in Type_handler_temporal_result::make_sort_key upon SELECT with NULLIF and ROLLUP
...
Fixed null_value processing and is_null() usage.
2018-05-15 14:20:54 +02:00
Michael Widenius
a7abddeffa
Create 'main' test directory and move 't' and 'r' there
2018-03-29 13:59:44 +03:00