diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-03 19:01:30 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-03 19:01:30 +0300 |
commit | 534e69338a449ce258426264b14f0ce3b658e5aa (patch) | |
tree | ea6251ab5067de2f16859c5fba5e0da34d11b2f2 /strings | |
parent | 029bc22b671dfb850c98ae50cd50864a7f70ae41 (diff) | |
download | mariadb-git-534e69338a449ce258426264b14f0ce3b658e5aa.tar.gz |
Bug #42144: plugin_load fails
The enum system variables were handled inconsistently
as ints, unsigned int and unsigned long on various places.
This caused problems on platforms on which
sizeof(int) != sizeof(long).
Fixed by homogenizing the type of the enum variables
to unsigned int, since it's size compatible with the C enum
type.
Removed the test from the experimental list.
Diffstat (limited to 'strings')
0 files changed, 0 insertions, 0 deletions