1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-05 16:15:50 +03:00
Files
Sergey Zefirov 3418e68b78 fix(ddl): MCOL-5974 TIMESTAMP columns are not IS NOT NULL by default in MCS (#3670)
The old behavior was to assign TIMESTAMP columns an IS NOT NULL
constraint if list of constraints was empty. Apparently, this particular
invariant was changed in 11.4 and bugfixes' mcol-5480.test started to
fail.

This patch fixes behavioral difference and reenables mcol-5480 test in
11.4.
2025-07-27 20:06:40 +01:00
..
2025-04-10 19:54:26 +04:00
2025-04-10 19:54:26 +04:00
2025-07-03 04:36:14 +04:00
2022-12-09 02:24:40 +00:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00
2025-07-03 04:36:14 +04:00
2025-07-03 04:36:14 +04:00
2023-08-18 00:01:33 +03:00
2023-08-18 00:01:33 +03:00
2025-05-23 05:12:17 +04:00
2025-05-23 05:12:17 +04:00

This suite contains tests to validate newer bug fixes (post 4th dec 2020).