- 31 Jan, 2007 6 commits
-
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.1-new-maint
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b19690/b19690.5.1
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b19690/b19690.5.1
-
-
into mysql.com:/home/ram/work/b19690/b19690.5.0
-
Depending on the queries we use different data processing methods and can lose some data in case of double (and decimal in 4.1) fields. The fix consists of two parts: 1. double comparison changed, now double a is equal to double b if (a-b) is less than 5*0.1^(1 + max(a->decimals, b->decimals)). For example, if a->decimals==1, b->decimals==2, a==b if (a-b)<0.005 2. if we use a temporary table, store double values there as is to avoid any data conversion (rounding).
-
- 29 Jan, 2007 19 commits
-
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
- Reorganize include file order to avoid problem with gcc 2.95.3 - Compiler is confused by forward class declarations
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/work/my51-work
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/yassl_import/my51-yassl_import
-
msvensson@neptunus.(none) authored
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/work/my51-work
-
msvensson@pilot.mysql.com authored
- It's good to build the test programs for yaSSL to check for undefined symbols etc but they should not be installed by "make install"
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/yassl_import/my51-yassl_import
-
msvensson@neptunus.(none) authored
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/yassl_import/my51-yassl_import
-
msvensson@neptunus.(none) authored
- Replace SawTooth copyright header with MySQL's - Bug#19209 Test 'rpl_openssl' hangs on Windows - Spurious "2013 Connection to server lost" errors fixed yaSSL doesn't close socket anymore, that is left to the application
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/bug22943/my51-bug22943
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/bug22943/my50-bug22943
-
msvensson@pilot.mysql.com authored
- Set the timeout values only where needed
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/bug19474/my51-bug19474
-
msvensson@pilot.mysql.com authored
- Write to uninitialised memory occured since _rl_rapped_lines buffer was not extended in CHECK_INV_LBREAKS macro - Patch submitted to bug-readline@gnu.org
-
- 26 Jan, 2007 6 commits
-
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.1-new-maint
-
mtaylor@qualinost.(none) authored
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
-
mtaylor@qualinost.(none) authored
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
-
cmiller@zippy.cornsilk.net authored
variables Bits higher than 2**31 were impossible to set on THD::options. It's probably a remnant from a time when options was a 32-bit integer. Now, use unsigned long-long constants and variables to set and clear THD::options. --- Pulled comments back to column 49.
-
- 25 Jan, 2007 2 commits
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
- 24 Jan, 2007 6 commits
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
iggy@recycle.(none) authored
into recycle.(none):/src/mysql-5.0-maint
-
iggy@recycle.(none) authored
into recycle.(none):/src/mysql-5.1-maint
-
kaa@polly.local authored
into polly.local:/tmp/maint/bug6774/my51-bug6774
-
kaa@polly.local authored
Added a test case for bug #6774 "Replication fails with Wrong usage of DB GRANT and GLOBAL PRIVILEGES"
-
- 23 Jan, 2007 1 commit
-
-
bk://localhost:5556tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
-