diff options
author | unknown <kaa@polly.local> | 2007-05-31 12:21:21 +0400 |
---|---|---|
committer | unknown <kaa@polly.local> | 2007-05-31 12:21:21 +0400 |
commit | d565a2f754f26b62c0c54a5a39a4b4a7a0b91268 (patch) | |
tree | a7698a5fcf1383f3c9914828149de5042efc2417 /include/m_string.h | |
parent | f72d3eed27155079fed54f7fe4e6f3d5551050d7 (diff) | |
parent | a44a0a1e2a31147998f5674d434944f455e2cd75 (diff) | |
download | mariadb-git-d565a2f754f26b62c0c54a5a39a4b4a7a0b91268.tar.gz |
Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121
into polly.local:/home/kaa/src/maint/bug28121/my51-bug28121
include/m_string.h:
Auto merged
sql/item_cmpfunc.cc:
Auto merged
strings/strtod.c:
Auto merged
Diffstat (limited to 'include/m_string.h')
-rw-r--r-- | include/m_string.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_string.h b/include/m_string.h index f6b8d8f6689..34d2cdac92b 100644 --- a/include/m_string.h +++ b/include/m_string.h @@ -94,7 +94,6 @@ extern char NEAR _dig_vec_lower[]; /* Defined in strtod.c */ extern const double log_10[309]; -extern const double log_01[309]; #ifdef BAD_STRING_COMPILER #define strmov(A,B) (memccpy(A,B,0,INT_MAX)-1) |