mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
cleanup: use MYF() for mysys flags
This commit is contained in:
@ -101,7 +101,7 @@ public:
|
||||
Dynamic_array(uint prealloc=16, uint increment=16)
|
||||
{
|
||||
my_init_dynamic_array(&array, sizeof(Elem), prealloc, increment,
|
||||
MY_THREAD_SPECIFIC);
|
||||
MYF(MY_THREAD_SPECIFIC));
|
||||
}
|
||||
|
||||
Elem& at(int idx)
|
||||
|
Reference in New Issue
Block a user