diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2017-03-11 19:42:39 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2017-07-04 17:42:28 +0300 |
commit | 513d6260f27e9d46461980e023bd8ba39f1a8705 (patch) | |
tree | 42d9a20e8974aa79388f10850ae9338940231aec /mysys/my_once.c | |
parent | 9de362fbde8e240adf66300f62418456fe82448b (diff) | |
download | mariadb-git-bb-10.3-size_t.tar.gz |
Use size_t in thd_alloc() and friendsbb-10.3-size_t
FIXME: This is updating .pp files. API/ABI version should be bumped(?)
THD::alloc() and related member functions use size_t parameters.
thd_alloc(), thd_calloc(), thd_strmake(), thd_memdup():
Define the interface with size_t instead of unsigned int, to avoid
truncating integer conversions on 64-bit Windows, where size_t
is longer than unsigned int.
Diffstat (limited to 'mysys/my_once.c')
0 files changed, 0 insertions, 0 deletions