diff options
author | unknown <joerg@trift2.> | 2007-06-05 17:53:02 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-06-05 17:53:02 +0200 |
commit | 893460d0eededa2478f8a2456e8f845da8d09d2e (patch) | |
tree | d856606f8ae610a0e753ff0fd0661fa6e5daf9d1 /sql/my_decimal.h | |
parent | b10c39f9180c1ceccadf1e8e6f5a837c871f3379 (diff) | |
parent | dc8912df551841b813469abcf8f2a3558ac8be5c (diff) | |
download | mariadb-git-893460d0eededa2478f8a2456e8f845da8d09d2e.tar.gz |
Merge trift2.:/MySQL/M51/clone-5.1
into trift2.:/MySQL/M51/push-5.1
sql/my_decimal.h:
Auto merged
mysql-test/r/ps_2myisam.result:
Do not use the "result" file from the 5.1.19 tree, rather the main one.
mysql-test/r/ps_3innodb.result:
Do not use the "result" file from the 5.1.19 tree, rather the main one.
mysql-test/r/ps_4heap.result:
Do not use the "result" file from the 5.1.19 tree, rather the main one.
mysql-test/r/ps_5merge.result:
Do not use the "result" file from the 5.1.19 tree, rather the main one.
mysql-test/r/ps_7ndb.result:
Do not use the "result" file from the 5.1.19 tree, rather the main one.
Diffstat (limited to 'sql/my_decimal.h')
-rw-r--r-- | sql/my_decimal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/my_decimal.h b/sql/my_decimal.h index f9ba99a4509..800ae23425b 100644 --- a/sql/my_decimal.h +++ b/sql/my_decimal.h @@ -40,6 +40,7 @@ C_MODE_END /* the number of digits that my_decimal can possibly contain */ #define DECIMAL_MAX_POSSIBLE_PRECISION (DECIMAL_BUFF_LENGTH * 9) + /* maximum guaranteed precision of number in decimal digits (number of our digits * number of decimal digits in one our big digit - number of decimal |