mariadb/libmysql
Magne Mahre d88b0008ae Bug #33544 UDF_INIT member decimals initialized wrong with
STRING_RESULT argument

There is a "magic" number for precision : NOT_FIXED_DEC. 
This means that the precision is not a fixed number.
But this constant was re-defined in several files and 
was not available to the UDF developers.
 
Moved the NOT_FIXED_DEC definition to the correct header
and removed the redundant definitions.

Backported to 5.6.0  (mysql-next-mr-runtime)
2009-11-11 21:19:41 +01:00
..
.cvsignore
acinclude.m4
client_settings.h Merge from mysql-next-mr. 2009-10-28 10:55:44 +03:00
CMakeLists.txt Backport of: 2009-10-16 01:11:42 +04:00
conf_to_src.c manually merged 2004-08-18 19:57:55 +02:00
dll.c Bug#37226 Explicit call of my_thread_init() on Windows for every new thread. 2008-09-01 17:46:37 -04:00
errmsg.c Merge from mysql-next-mr. 2009-10-23 15:22:21 +04:00
get_password.c fixes for build failures due to my yesterday's changeset forbidding 2008-02-19 18:45:11 +01:00
libmysql.c Bug #33544 UDF_INIT member decimals initialized wrong with 2009-11-11 21:19:41 +01:00
libmysql.def Backport the following revision from 6.0: 2009-10-09 13:23:56 +04:00
libmysql.ver.in BUG#3074: Unversioned symbols in shared library 2006-01-17 18:51:08 +04:00
Makefile.am Bug #43397 mysql headers redefine pthread_mutex_init 2009-07-08 16:49:45 +02:00
Makefile.shared Backport of: 2009-10-16 00:53:21 +04:00