mariadb/storage
Daniel Black da1c91fb92 MDEV-30713 field length handling for CONNECT engine
fp->field_length was unsigned and therefore the negative
condition around it.

Backport of cc182aca93 fixes it, however to correct the
consistent use of types pcf->Length needs to be unsigned
too.

At one point pcf->Precision is assigned from pcf->Length so
that's also unsigned.

GetTypeSize is assigned to length and has a length argument.
A -1 default value seemed dangerious to case, so at least 0
should assert if every hit.
2023-04-21 15:47:53 +01:00
..
archive Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
blackhole Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
cassandra Merge 10.3 into 10.4 2021-11-29 10:59:22 +02:00
connect MDEV-30713 field length handling for CONNECT engine 2023-04-21 15:47:53 +01:00
csv Merge branch 'bb-10.3-release' into bb-10.4-release 2021-02-12 17:44:22 +01:00
example Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
federated Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
federatedx Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
heap Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
innobase MDEV-30076 ibuf_insert tries to insert the entry for uncommitted index 2023-04-19 17:11:14 +05:30
maria MDEV-30971 Add a new system variable aria_data_home_dir 2023-04-04 16:05:55 +04:00
mroonga Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
myisam Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
myisammrg Merge branch '10.3' into 10.4 2020-08-03 14:44:06 +02:00
oqgraph Merge 10.3 into 10.4 2021-11-29 10:59:22 +02:00
perfschema MDEV-29091: Correct event_name in PFS for wait caused by FOR UPDATE 2023-02-15 14:36:05 +00:00
rocksdb rocksdb: Define _GNU_SOURCE during fallocate CMake probe 2023-04-17 17:21:26 +10:00
sequence Apply clang-tidy to remove empty constructors / destructors 2023-02-09 16:09:08 +02:00
sphinx Merge branch '10.3' into 10.4 2022-10-26 14:55:47 +02:00
spider Merge branch '10.3' into 10.4 2023-04-21 09:10:58 +02:00
test_sql_discovery MDEV-29446 Change SHOW CREATE TABLE to display default collation 2022-09-12 22:10:39 +04:00
tokudb ensure that STRING_WITH_LEN is only used with string literals 2023-04-01 22:31:30 +02:00