- 06 Feb, 2007 4 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/yassL-import/my51-yassL-import
-
msvensson@neptunus.(none) authored
- Send output from 'ERR_print_errors_fp' to DBUG_FILE if --debug is used
-
msvensson@neptunus.(none) authored
- Small difference in output from 'X509_NAME_Oneline' between OpenSSL and yaSSL. OpenSSL uses an extension that allow's the email adress of the cert holder. - Imported patch for yaSSL "add email to DN output"
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-maint
-
- 05 Feb, 2007 4 commits
-
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug10798/my51-bug10798
-
into mysql.com:/usr/home/ram/work/bug10798/my50-bug10798
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug10798/my51-bug10798
-
into mysql.com:/usr/home/ram/work/bug10798/my50-bug10798
-
- 01 Feb, 2007 7 commits
-
-
into mysql.com:/home/ram/work/b26012/b26012.5.0
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b26012/b26012.5.1
-
ramil/ram@ramil.myoffice.izhnet.ru authored
into mysql.com:/home/ram/work/b26012/b26012.5.1
-
into mysql.com:/home/ram/work/b26012/b26012.5.0
-
As we have Field_double::not_fixed we must have Field_double::size_of().
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
brian@zim.(none) authored
Reworked a section of code that caused valgrind errors (and that partitioning was not happy about).
-
- 31 Jan, 2007 14 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug25341/my51-bug25341
-
cmiller@zippy.cornsilk.net authored
Thirty five seconds is entirely too short of a period to wait for a server to exit. Instead, make a valliant effort to make sure it exits, and only give up after a very long period (arbitrarily chosen as 15 minutes). In addition, if we're being asked to restart the server, then don't try to start again if trying to stop the server failed. --- Return zero by default, when the script exits. --- Set return-/exit-value based on whether we successfully dealt with the PID-file. --- Don't wait that long if the program we're waiting on exits. It should only exit if the server is not going to be started.
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.1-new-maint
-
mtaylor@qualinost.(none) authored
into qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
-
into mysql.com:/home/ram/work/b19690/b19690.5.0
-
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).
-
- 30 Jan, 2007 1 commit
-
-
peterg/pgulutzan@linux.site authored
-
- 29 Jan, 2007 10 commits
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/archive-newformat-5.1
-
brian@zim.(none) authored
Extended mysqlslap.c for auto tests (see the comment on the mysqlslap.c file). I also fixed a bug where limit was not being reached.
-
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/mysql-5.0-maint
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/work/my51-work
-
msvensson@pilot.mysql.com authored
into pilot.mysql.com:/home/msvensson/mysql/work/my50-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/mysql-5.0-maint
-