1. 10 Feb, 2006 3 commits
    • unknown's avatar
      Several Netware specific fixes. · 0d4cae38
      unknown authored
      Originally, done by Jani and pushed to the general 5.1 tree
      as ChangeSet 2006/02/02 16:22:31+02:00 jani@ua141d10.elisa.omakaista.fi
      now just copied to the 5.1.6 build clone.
      
      
      configure.in:
        To configure InnoDB for cross compilation.
      include/config-netware.h:
        NetWare specific change to fix the compilation errors caused by event.h
        NetWare specific change required for WINE PATH and for new versions LibC(Jun 05)
        and zlib(1.2.3)
      netware/BUILD/compile-AUTOTOOLS:
        Netware specific change reflecting the change in source code
        directory structure.
      netware/BUILD/compile-linux-tools:
        Netware specific change to fix the location where gen_lex_hash
        gets created. Fixed also directory structure reflecting changes.
      netware/BUILD/compile-netware-END:
        Netware specific change for creating mysqld_error.h
      netware/BUILD/mwenv:
        Netware specific change required for WINE PATH and for
        new versions LibC(Jun 05) and zlib(1.2.3).
      netware/BUILD/nwbootstrap:
        NetWare Specific change to produce absoulte path for XDC file.
      netware/Makefile.am:
        Netware specific changes to fix to match new
        directory structure.
      netware/my_manage.h:
        Netware specific change required for WINE PATH and for new versions
        LibC(Jun 05) and zlib(1.2.3).
        ((I fail to understand the above comment for this change - 
        seems just to be a number alignment and a "#define NULL".  Joerg))
      netware/mysql_test_run.c:
        Netware specific change, added --autoclose option for mysql_test_run.nlm.
      sql/mysqld.cc:
        Stacksize change for Netware.
        Netware specific change to fix the compilation errors caused by event.h
      sql/set_var.cc:
        Minor indending related fix.
      sql/sql_class.cc:
        Added #ifdef HAVE_EXPLICIT_TEMPLATE_INSTANTIATION macro.
      storage/innobase/os/os0thread.c:
        Netware specific change to increase the thread stack size.
      storage/myisam/mi_locking.c:
        Enclosed MMAP related code under HAVE_MMAP preprocessor directive.
      0d4cae38
    • unknown's avatar
      storage/innobase/include/univ.i : Get rid of "extern inline" (part of... · 3b0eec9c
      unknown authored
      storage/innobase/include/univ.i  :  Get rid of "extern inline" (part of innodb-5.0-149/162 snapshots).
      
      
      storage/innobase/include/univ.i:
        Part of innodb-5.0-149/162 snapshots:
        Avoid breaking --with-debug builds on QNX and other systems
        whose compiler pretends to be GCC 2.
        Outside __WIN__ define UNIV_INLINE as static inline.
      3b0eec9c
    • unknown's avatar
  2. 09 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · e653fbc3
      unknown authored
        Link with CLIENT_EXTRA_LDFLAGS, enable us to
        pass on libtool flags '-full-static' and '-static'
        using '--with-client-ldflags' to configure.
      mysql.spec.sh:
        Pass '-static' to libtool, link static with our
        own libraries, dynamic with system libraries.
        Link with the bundled zlib.
      
      
      support-files/mysql.spec.sh:
        Pass '-static' to libtool, link static with our
        own libraries, dynamic with system libraries.
        Link with the bundled zlib.
      server-tools/instance-manager/Makefile.am:
        Link with CLIENT_EXTRA_LDFLAGS, enable us to
        pass on libtool flags '-full-static' and '-static'
        using '--with-client-ldflags' to configure.
      e653fbc3
  3. 08 Feb, 2006 4 commits
  4. 07 Feb, 2006 8 commits
  5. 06 Feb, 2006 4 commits
  6. 02 Feb, 2006 5 commits
    • unknown's avatar
      Copied patch for BUG#15588 (BUG#16621) from 5.0 into 5.1-release. · 733b1c40
      unknown authored
      
      sql/field.cc:
        Use memmove() instead of memcpy() -- after implementation of WL#2984
        (Make stored routine variables work according to the standard) it is
        possible to store in the field the value from this field. For instance,
        this can happen for the following statement:
          SET sp_var = SUBSTR(sp_var, 1, 3);
      sql/sp_head.cc:
        Work correctly with String:
        - String length has to be be reset before use;
        - qs_append() does not allocate memory, so the memory should
          be reserved beforehand.
      733b1c40
    • unknown's avatar
      storage/example/ha_example.cc · 16a849f2
      unknown authored
          Copied from the general tree, to solve a build problem:
          ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com
            build fix when building with example storage engine.
      
      
      storage/example/ha_example.cc:
        Copied from the general tree, to solve a build problem:
        ChangeSet 1.2121.1.5 2006/02/02 11:02:09 stewart@mysql.com
          build fix when building with example storage engine.
      16a849f2
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release/ · a5295c9b
      unknown authored
      into  mysql.com:/home/dlenev/src/mysql-5.1-bfix
      
      
      a5295c9b
    • unknown's avatar
      Yet another addition to the fix for BUG#9412 "Triggers: should have trigger · c20d9474
      unknown authored
      privilege".
      
      Corrected addition of TRIGGER privilege by "mysql_fix_privilege_tables" script.
      Problem with it should have been caught by system_mysql_db/system_mysql_db_fix
      tests but they were disabled. Enabled them back.
      
      
      mysql-test/r/system_mysql_db.result:
        Updated test results after addition of TRIGGER privilege.
      mysql-test/t/disabled.def:
        Enabled back test system_mysql_db/system_mysql_db_fix tests.
      scripts/mysql_fix_privilege_tables.sql:
        Corrected addition of TRIGGER privilege.
      c20d9474
    • unknown's avatar
  7. 01 Feb, 2006 15 commits