mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix the constants names
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user