~drizzle-trunk/drizzle/development

  • Committer: Stewart Smith
  • Author(s): Vasil Dimov, Stewart Smith
  • Date: 2010-12-20 02:24:00 UTC
  • mto: (2021.1.2 build)
  • Revision ID: stewart@flamingspork.com-20101220022400-0p9lvvppwgaowdju
Merge Revision revid:vasil.dimov@oracle.com-20101102165720-164z3666y3tut4c2 from MySQL InnoDB

Original revid:vasil.dimov@oracle.com-20101102165720-164z3666y3tut4c2

Original Authors: Vasil Dimov <vasil.dimov@oracle.com>
Original commit message:
Fix Bug#53046 dict_update_statistics_low can still be run concurrently on same table

Replace the array of mutexes that used to protect
dict_index_t::stat_n_diff_key_vals[] with an array of rw locks that protects
all the stats related members in dict_table_t and all of its indexes.

Approved by:    Jimmy (rb://503)
Filename Latest Rev Last Changed Committer Comment Size
..
abs.cc 1759.3.1 14 years ago Stewart Smith move ABS() function into math_functions plugin. We 1.6 KB Diff Download File
abs.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.3 KB Diff Download File
acos.cc 1759.3.2 14 years ago Stewart Smith move ACOS() function into math_functions plugin 1.2 KB Diff Download File
acos.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.2 KB Diff Download File
asin.cc 1759.3.3 14 years ago Stewart Smith move ASIN() function into math_functions plugin 1.2 KB Diff Download File
asin.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.2 KB Diff Download File
atan.cc 1759.3.4 14 years ago Stewart Smith move ATAN() and ATAN2() function into math_functio 1.2 KB Diff Download File
atan.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.2 KB Diff Download File
ceiling.cc 1759.3.16 14 years ago Stewart Smith move CEIL() and CEILING() function into math_funct 1.9 KB Diff Download File
ceiling.h 1759.3.29 14 years ago Stewart Smith fix math_functions/ceiling.h header guard 1.3 KB Diff Download File
cos.cc 1759.3.5 14 years ago Stewart Smith move COS() function into math_functions plugin 1 KB Diff Download File
cos.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.2 KB Diff Download File
exp.cc 1759.3.17 14 years ago Stewart Smith move EXP() function into math_functions plugin 1.1 KB Diff Download File
exp.h 1759.3.18 14 years ago Stewart Smith add argument check to EXP() 1.2 KB Diff Download File
floor.cc 1759.3.19 14 years ago Stewart Smith move FLOOR() function into math_functions plugin 1.9 KB Diff Download File
floor.h 1759.3.19 14 years ago Stewart Smith move FLOOR() function into math_functions plugin 1.3 KB Diff Download File
functions.cc 1759.3.27 14 years ago Stewart Smith update copyright and author for math_functions 3 KB Diff Download File
functions.h 1759.2.5 14 years ago Brian Aker Style fix for headers. 1 KB Diff Download File
ln.cc 1759.3.14 14 years ago Stewart Smith move LN() function into math_functions plugin 1.2 KB Diff Download File
ln.h 1759.3.14 14 years ago Stewart Smith move LN() function into math_functions plugin 1.2 KB Diff Download File
log.cc 1759.3.6 14 years ago Stewart Smith move LOG(), LOG2() and LOG10() functions into math 2 KB Diff Download File
log.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.7 KB Diff Download File
ord.cc 1759.3.20 14 years ago Stewart Smith move ORD() function into math_functions plugin 1.4 KB Diff Download File
ord.h 1759.3.20 14 years ago Stewart Smith move ORD() function into math_functions plugin 1.2 KB Diff Download File
plugin.ini 1759.3.20 14 years ago Stewart Smith move ORD() function into math_functions plugin 337 bytes Diff Download File
pow.cc 1759.3.8 14 years ago Stewart Smith move POW() and POWER() function into math_function 1.1 KB Diff Download File
pow.h 1759.3.10 14 years ago Stewart Smith fix header guard style 1.2 KB Diff Download File
sin.cc 1759.3.7 14 years ago Stewart Smith move SIN() function into math_functions plugin 1 KB Diff Download File
sin.h 1759.3.9 14 years ago Stewart Smith fix header guard style 1.2 KB Diff Download File
sqrt.cc 1759.3.15 14 years ago Stewart Smith move SQRT() function into math_functions plugin 1.1 KB Diff Download File
sqrt.h 1759.3.15 14 years ago Stewart Smith move SQRT() function into math_functions plugin 1.2 KB Diff Download File