Alexander Barkov
36eba98817
MDEV-19123 Change default charset from latin1 to utf8mb4
...
Changing the default server character set from latin1 to utf8mb4.
2024-07-11 10:21:07 +04:00
Sergei Golubchik
41296a07c8
Merge branch '10.5' into 10.6
2024-04-11 13:58:22 +02:00
Sergei Golubchik
c77680768c
MDEV-33460 use the correct sql_mode and fix for --view
2024-03-27 16:14:55 +01:00
Marko Mäkelä
ccb7a1e9a1
Merge 10.5 into 10.6
2024-03-27 15:00:56 +02:00
Dave Gosselin
58df20974b
MDEV-33460 select '123' 'x'; unexpected result
...
Queries that select concatenated constant strings now have
colname and value that match. For example,
SELECT '123' 'x';
will return a result where the column name and value both
are '123x'.
Review: Daniel Black
2024-03-27 15:51:26 +11:00
Marko Mäkelä
44fd2c4b24
Merge 10.5 into 10.6
2022-09-20 16:53:20 +03:00
Alexander Barkov
f1544424de
MDEV-29446 Change SHOW CREATE TABLE to display default collation
2022-09-12 22:10:39 +04:00
Rucha Deodhar
2fdb556e04
MDEV-8334: Rename utf8 to utf8mb3
...
This patch changes the main name of 3 byte character set from utf8 to
utf8mb3. New old_mode UTF8_IS_UTF8MB3 is added and set TRUE by default,
so that utf8 would mean utf8mb3. If not set, utf8 would mean utf8mb4.
2021-05-19 06:48:36 +02:00
Sergei Golubchik
f144ce2cfa
MDEV-20763 Table corruption or Assertion `btr_validate_index(index, 0, false)' failed in row_upd_sec_index_entry with virtual column and EMPTY_STRING_IS_NULL SQL mode
...
unset empty_string_is_null mode when parsing generated columns in a table,
this mode affects pasring.
2021-01-12 10:25:04 +01:00
Michael Widenius
a7abddeffa
Create 'main' test directory and move 't' and 'r' there
2018-03-29 13:59:44 +03:00