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 | bb191fae3b2c257b5980e7fdec08b334017a15cf (patch) | |
tree | d856606f8ae610a0e753ff0fd0661fa6e5daf9d1 /sql/my_decimal.h | |
parent | 4a7fb6f0b346beb362a5837b6349e7aeb9a531bb (diff) | |
parent | bc7bfcb6be33fc9bbe8fa13576fdeb5bd8c06401 (diff) | |
download | mariadb-git-bb191fae3b2c257b5980e7fdec08b334017a15cf.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 |