- 31 Jan, 2007 5 commits
-
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
-
into mysql.com:/home/ram/work/b19690/b19690.5.0
-
-
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 15 commits
-
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/work/my50-work
-
msvensson@neptunus.(none) authored
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
-
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.0-maint
-
msvensson@neptunus.(none) authored
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/mysql-5.0-maint
-
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.0-maint
-
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/mysql-5.0-maint
-
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 5 commits
-
-
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 1 commit
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.0-maint
-
- 24 Jan, 2007 3 commits
-
-
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
-
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 5 commits
-
-
bk://localhost:5556tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
-
tsmith@siva.hindu.god authored
-
iggy@recycle.(none) authored
- Add anonymous user with no rights.
-
bk://localhost:5556tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/41
-
bk://localhost:5556tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
-
- 22 Jan, 2007 6 commits
-
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-4.1-maint
-
mtaylor@quadxeon.mysql.com authored
into quadxeon.mysql.com:/users/mtaylor/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
- Includes patch for Bug#25189
-
msvensson@neptunus.(none) authored
-
into mysql.com:/home/ram/work/b22026/b22026.5.0
-