1. 21 May, 2005 1 commit
    • unknown's avatar
      default_modify.c: · 05e65823
      unknown authored
        Use MY_STAT to declare argument to my_fstat()
      des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys.dsp, libmysqld.dsp, libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      
      
      VC++Files/libmysql/libmysql.dsp:
        New file needed, "../mysys/default_modify.c"
      VC++Files/libmysqld/libmysqld.dsp:
        New file needed, "../mysys/default_modify.c"
      VC++Files/mysys/mysys.dsp:
        New file needed, "../mysys/default_modify.c"
      sql/des_key_file.cc:
        Use local seach path for "mysql_priv.h"
      mysys/default_modify.c:
        Use MY_STAT to declare argument to my_fstat()
      05e65823
  2. 20 May, 2005 9 commits
    • unknown's avatar
      yaSSL fixes for Sun Forte 7 · fd6acea2
      unknown authored
      
      extra/yassl/include/yassl_types.hpp:
        A fix for Sun Forte 7
      extra/yassl/mySTL/helpers.hpp:
        Better comment for the previous fix.
      extra/yassl/mySTL/list.hpp:
        A fix for Sun Forte 7
      fd6acea2
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · 3b2ba12e
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
      
      
      extra/yassl/mySTL/helpers.hpp:
        Auto merged
      3b2ba12e
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · 6888f098
      unknown authored
      into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
      
      
      6888f098
    • unknown's avatar
      Fixes for numerous compatibility problems in yaSSL. · 27b7f85a
      unknown authored
      
      extra/yassl/include/openssl/ssl.h:
        Fix -std=c++98 mode compilation failures.
      extra/yassl/include/yassl_error.hpp:
        Fix -std=c++98 mode compilation failures.
      extra/yassl/include/yassl_types.hpp:
        Fix -std=c++98 mode compilation failures.
      extra/yassl/mySTL/helpers.hpp:
        Fix AIX 5.2 compilation problem.
      extra/yassl/taocrypt/include/asn.hpp:
        Fix -std=c++98 mode compilation failures.
      vio/Makefile.am:
        Add a dummy C++ file to SSL tests to make libtool use a C++ linker:
        this lets ssl tests link when using yaSSL and a non-gcc C++ compiler.
      27b7f85a
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · 7936630e
      unknown authored
      Portability fixes
      
      
      extra/yassl/include/buffer.hpp:
        Use assert.h instead of less portable cassert
      extra/yassl/include/log.hpp:
        Use stdio.h instead of less portable cstdio
      extra/yassl/include/socket_wrapper.hpp:
        Use assert.h instead of less portable cassert
      extra/yassl/mySTL/helpers.hpp:
        Use stdlib.h instead of less portable cstdlib
      extra/yassl/mySTL/stdexcept.hpp:
        Use string.h instead of less portable cstring
      extra/yassl/mySTL/vector.hpp:
        Use assert.h instead of less portable cassert
      extra/yassl/src/ssl.cpp:
        Use stdio.h instead of less portable cstdio
      extra/yassl/taocrypt/include/block.hpp:
        Use stddef.h instead of less portable cstddef, always use ptrdiff_t instead of less portable std::ptrdiff_t
      extra/yassl/taocrypt/include/file.hpp:
        Use stdio.h instead of less portable cstdio
      extra/yassl/taocrypt/include/integer.hpp:
        Use string.h instead of less portable cstring
      extra/yassl/taocrypt/include/runtime.hpp:
        Use stdlib.h instead of less portable cstdlib
      extra/yassl/taocrypt/src/dh.cpp:
        Use math.h instead of less portable cmatch
      7936630e
    • unknown's avatar
      Merge mysql.com:/usr/home/ram/work/mysql-4.1-build · 78d81529
      unknown authored
      into mysql.com:/usr/home/ram/work/mysql-5.0-build
      
      
      78d81529
    • unknown's avatar
      a fix (bug #10757: gis-rtree.test fails) · 2ef41d3d
      unknown authored
      
      
      myisam/sp_key.c:
        a fix (bug #10757: gis-rtree.test fails)
        float8get() doesn't properly work with local variables sometimes.
      2ef41d3d
    • unknown's avatar
      my_vsnprintf.c, sql_select.cc, sql_delete.cc, field_conv.cc, rt_split.c: · 31cffb8a
      unknown authored
        Fixes for valgrind errors and compatiblity issues by Monty
      
      
      myisam/rt_split.c:
        Fixes for valgrind errors and compatiblity issues by Monty
      sql/field_conv.cc:
        Fixes for valgrind errors and compatiblity issues by Monty
      sql/sql_delete.cc:
        Fixes for valgrind errors and compatiblity issues by Monty
      sql/sql_select.cc:
        Fixes for valgrind errors and compatiblity issues by Monty
      strings/my_vsnprintf.c:
        Fixes for valgrind errors and compatiblity issues by Monty
      31cffb8a
    • unknown's avatar
      addition of "REFERENCED_TABLE_SCHEMA", · be218f51
      unknown authored
        "REFERENCED_TABLE_NAME", "REFERENCED_COLUMN_NAME" fields into
        KEY_COLUMN_USAGE table
      
      
      
      be218f51
  3. 19 May, 2005 29 commits
  4. 18 May, 2005 1 commit
    • unknown's avatar
      Fixes to merge from 4.1 · 3e2988d0
      unknown authored
      
      client/mysqldump.c:
        Temporarily disable unused (and broken) code.
      mysql-test/r/group_min_max.result:
        Update results
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/r/subselect.result:
        Update results
      mysql-test/t/group_min_max.test:
        Ignore number of rows in output of most explain results
      sql/sql_insert.cc:
        Fix reference to max_unique_length
      3e2988d0