mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge mysql.com:/home/ram/work/b19690/b19690.5.0
into mysql.com:/home/ram/work/b19690/b19690.5.1
This commit is contained in:
@ -45,5 +45,11 @@ void unireg_init(ulong options)
|
||||
{ /* It's used by filesort... */
|
||||
log_10[i]= nr ; nr*= 10.0;
|
||||
}
|
||||
/* Make a tab of powers of 0.1 */
|
||||
for (i= 0, nr= 0.1; i < array_elements(log_01); i++)
|
||||
{
|
||||
log_01[i]= nr;
|
||||
nr*= 0.1;
|
||||
}
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
Reference in New Issue
Block a user