mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Revert "MDEV-9293 Connector/C integration"
This reverts commit 7b89b9f510
.
This commit is contained in:
@@ -654,5 +654,12 @@ uchar *safe_net_store_length(uchar *pkg, size_t pkg_len, ulonglong length);
|
||||
decimals
|
||||
*/
|
||||
|
||||
#define FLOATING_POINT_DECIMALS 31
|
||||
|
||||
/* Keep client compatible with earlier versions */
|
||||
#ifdef MYSQL_SERVER
|
||||
#define NOT_FIXED_DEC DECIMAL_NOT_SPECIFIED
|
||||
#else
|
||||
#define NOT_FIXED_DEC FLOATING_POINT_DECIMALS
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user