1. 30 Sep, 2005 1 commit
  2. 28 Sep, 2005 1 commit
  3. 27 Sep, 2005 18 commits
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · bc8ff197
      unknown authored
      into  krsna.patg.net:/home/patg/mysql-5.0
      
      bc8ff197
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4ca04346
      unknown authored
      into  mysql.com:/home/mysql_src/mysql-5.0
      
      4ca04346
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.0 · aa24e719
      unknown authored
      into  krsna.patg.net:/home/patg/mysql-5.0
      
      aa24e719
    • unknown's avatar
      BUG #7815 - Post-review fixes required for push. · d3a2e432
      unknown authored
      
      client/mysqldump.c:
        BUG #7815
        
        Pre-push fixes requested per Sergei's review.
      d3a2e432
    • unknown's avatar
      Merge hholzgraefe@bk-internal.mysql.com:/home/bk/mysql-5.0 · c19a0573
      unknown authored
      into  mysql.com:/home/hartmut/projects/mysql/dev/5.0
      
      c19a0573
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 9574e9ef
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
      
      9574e9ef
    • unknown's avatar
      Fix for BUG#13527 "mysql-test-run.pl truncates var/log/*.err several times during one testsuit run" · 8d9791b5
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        .err files of the mysqld servers should be appended to, not reset every time we restart
        the mysqlds during the testsuite.
      8d9791b5
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · a51f367f
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/clean
      
      a51f367f
    • unknown's avatar
      Merge akopytov@bk-internal.mysql.com:/home/bk/mysql-5.0 · acc4b9bc
      unknown authored
      into polly.local:/home/kaa/src/mysql-5.0
      
      acc4b9bc
    • unknown's avatar
      Fix for bug #13367, post-review changes · 1d833167
      unknown authored
      1d833167
    • unknown's avatar
      Merge osalerma@bk-internal.mysql.com:/home/bk/mysql-5.0 · ecfaa929
      unknown authored
      into  127.(none):/home/osku/mysql/5.0/clean
      
      ecfaa929
    • unknown's avatar
      InnoDB: Fix compile warning. · bb8ebe16
      unknown authored
      
      innobase/include/trx0trx.h:
        Change trx_set_detailed_error's second argument to const char*.
      innobase/trx/trx0trx.c:
        Change trx_set_detailed_error's second argument to const char*.
      bb8ebe16
    • unknown's avatar
      item.cc: · 1c0cad60
      unknown authored
        Fixed bug #13410.
        Fixed name resolution for qualified reference to a view column
        in the HAVING clause.
      view.result, view.test:
        Added a test case for bug #13410.
      
      
      mysql-test/t/view.test:
        Added a test case for bug #13410.
      mysql-test/r/view.result:
        Added a test case for bug #13410.
      sql/item.cc:
        Fixed bug #13410.
        Fixed name resolution for qualified reference to a view column
        in the HAVING clause.
      1c0cad60
    • unknown's avatar
      portability.h: · 02936ac3
      unknown authored
        Define SHUT_RDWR for OpenServer 5
      
      
      server-tools/instance-manager/portability.h:
        Define SHUT_RDWR for OpenServer 5
      02936ac3
    • unknown's avatar
      BUG #7815 · 96c43505
      unknown authored
      Changes per serg to http://lists.mysql.com/internals/30281
      
      Re-enabled --delayed-insert
      
      
      client/mysqldump.c:
        BUG #7815 
        
        Changes per serg on patch: http://lists.mysql.com/internals/30281
        
        1. Re-enabled --delayed-insert
             - modified options, removed code that was in place until bug was 
               fixed    
        2. Moved the call to get_table_structure to dump_table 
          - Use added 'ignore_flag' variable to determine what exactly is
            being ignored - whole table or just delayed insert ability
        3. Changed return type of ignore_table to char with byte value that
           determines what exactly is being ignored - the whole table, or
           delayed inserts
        4. Added ignore_table flags IGNORE_DATA and IGNORE_INSERT_DELAYED
        5. Added logic in get_table_structure to not append INSERT data text
           if the table's data isn't going to be dumped because the return
           value from ignore_table is IGNORE_DATA
        6. Changed the name of numFields to numfields. Studly caps aren't
           consistent with the rest of the code!
        7. Added inclusive list to check_if_ignore_table to set the flag to
           IGNORE_INSERT_DELAYED if the table type doesn't support delayed
           inserts.
        8. More documentation
      mysql-test/r/mysqldump.result:
        BUG #7815 new results
      mysql-test/r/mysqldump-max.result:
        BUG #7815
        
        New test results
      mysql-test/t/mysqldump-max.test:
        BUG #7815
        New test for testing if insert delayed is applied to tables that support
        it in mysqldump, but only if all storage engines in test have been compiled
        in
      96c43505
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 2e5577c7
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-2
      
      2e5577c7
    • unknown's avatar
      sql_base.cc, item.cc: · ba027f01
      unknown authored
        Fixed bug #13411.
        Fixed name resolution for non-qualified reference to a view column
        in the HAVING clause.
      view.result, view.test:
        Added a test case for bug #13411.
      
      
      mysql-test/t/view.test:
        Added a test case for bug #13411.
      mysql-test/r/view.result:
        Added a test case for bug #13411.
      sql/item.cc:
        Fixed bug #13411.
        Fixed name resolution for non-qualified reference to a view column
        in the HAVING clause.
      sql/sql_base.cc:
        Fixed bug #13411.
        Fixed name resolution for non-qualified reference to a view column
        in the HAVING clause.
      ba027f01
    • unknown's avatar
      BUG #13511 · ab31ba21
      unknown authored
      Fixed SETUP.sh to not overwrite prefix_configs, making 'make install' 
      install in "/"
      
      
      BUILD/SETUP.sh:
        BUG #13511
        
        test -n is for testing if a FILE is zero length! Plus, if the value is zero,
        we don't want to set it to that value, we want to leave it as it was 
        already set. We _want_ to set it _if_ it is _not_ zero. Changed to "! -z",
        which is for testing strings.
      ab31ba21
  4. 26 Sep, 2005 11 commits
  5. 25 Sep, 2005 3 commits
  6. 24 Sep, 2005 3 commits
  7. 23 Sep, 2005 3 commits