1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-9293 - Use MariaDB's Connector/C in server

This commit is contained in:
Vladislav Vaintroub
2016-08-19 20:03:05 +00:00
committed by Sergei Golubchik
parent 31a8cf54c8
commit 56c4cfe0be
53 changed files with 572 additions and 351 deletions

View File

@@ -654,12 +654,5 @@ 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