1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

A lot of fixes to Precision math

Mostly about precision/decimals of the results of the operations
This commit is contained in:
holyfoot@hf-ibm.(none)
2005-05-05 20:06:49 +05:00
parent 68dd50b10a
commit 2c8e9df232
23 changed files with 417 additions and 241 deletions

View File

@ -523,6 +523,7 @@ struct system_variables
ulong query_cache_type;
ulong read_buff_size;
ulong read_rnd_buff_size;
ulong div_precincrement;
ulong sortbuff_size;
ulong table_type;
ulong tmp_table_size;