1. 07 Feb, 2006 1 commit
  2. 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
  3. 01 Feb, 2006 25 commits
  4. 31 Jan, 2006 9 commits