1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix the constants names

This commit is contained in:
Oleksandr Byelkin
2020-10-14 15:55:16 +02:00
parent ff8ffef3e1
commit 24c5af6758
3 changed files with 14 additions and 11 deletions

View File

@ -5782,11 +5782,11 @@ public:
/**
SP Bulk execution safe
*/
#define CF_SP_BULK_SAFE (1U << 20)
#define CF_PS_ARRAY_BINDING_SAFE (1U << 20)
/**
SP Bulk execution optimized
*/
#define CF_SP_BULK_OPTIMIZED (1U << 21)
#define CF_PS_ARRAY_BINDING_OPTIMIZED (1U << 21)
/* Bits in server_command_flags */