diff options
author | Michael Widenius <monty@mariadb.org> | 2022-05-15 17:59:43 +0300 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2022-05-15 17:59:43 +0300 |
commit | e03e72234aa59016c71c51b7adc5a59ae7b126b2 (patch) | |
tree | b55f671fc6cf8bf322a800d3691c008efa6c3471 /include | |
parent | f027c1217b5b3ac76e742b6ec4ee75ed79ec5871 (diff) | |
download | mariadb-git-e03e72234aa59016c71c51b7adc5a59ae7b126b2.tar.gz |
Fixed warning from UBSAN
The warning comes from copying POSITION objects where 'type' is not
initialized. This does not affect any production code as when 'type'
was compared/used, it was always initialized.
Removed by initializing the type variable in the constructor
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions