1. 26 Mar, 2004 1 commit
    • unknown's avatar
      Allow keys with 0 segements in MyISAM · cb09bda4
      unknown authored
      This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203)
      
      
      myisam/mi_create.c:
        Allow keys with 0 segements.
      mysql-test/r/myisam.result:
        Test for problem with SELECT DISTINCT
      mysql-test/t/myisam.test:
        Test for problem with SELECT DISTINCT
      cb09bda4
  2. 25 Mar, 2004 7 commits
  3. 24 Mar, 2004 3 commits
  4. 23 Mar, 2004 5 commits
  5. 22 Mar, 2004 8 commits
    • unknown's avatar
      Changes to project files precipitated from 4.1 test builds. · b5f39cec
      unknown authored
      
      BitKeeper/deleted/.del-libmysql.def~f5dffcb3ed925d28:
        Delete: VC++Files/libmysql/libmysql.def
      VC++Files/innobase/innobase.dsp:
        'com' module no longer exists.
      VC++Files/strings/MASM6x/strings.dsp:
        Add strnlen
      VC++Files/strings/strings.dsp:
        Add strnlen
      b5f39cec
    • unknown's avatar
      sync0sync.c: · 14b98fb2
      unknown authored
        Actually, assembler is used onnly on 32-bit x86 Win, and no need to exclude Netware specifically
      
      
      innobase/sync/sync0sync.c:
        Actually, assembler is used onnly on 32-bit x86 Win, and no need to exclude Netware specifically
      14b98fb2
    • unknown's avatar
      Merge heikki@build.mysql.com:/home/bk/mysql-4.0 · ff3c116c
      unknown authored
      into hundin.mysql.fi:/home/heikki/mysql-4.0
      
      ff3c116c
    • unknown's avatar
      sync0sync.c: · 24ee38f0
      unknown authored
        Fix typo __NETWARE --> __NETWARE__ in mutex creation
      
      
      innobase/sync/sync0sync.c:
        Fix typo __NETWARE --> __NETWARE__ in mutex creation
      24ee38f0
    • unknown's avatar
      "automagically" is not a word. · 81fd02e9
      unknown authored
      81fd02e9
    • unknown's avatar
      Merge sinisa@bk-internal.mysql.com:/home/bk/mysql-4.0 · 27fc8780
      unknown authored
      into sinisa.nasamreza.org:/mnt/work/mysql-4.0
      
      27fc8780
    • unknown's avatar
      union.result: · c64c493f
      unknown authored
         A test case for the bug  that allowed table names to be used in ORDER BY columns (But #3064)
      union.test:
        A test case for the bug  that allowed table names to be used in ORDER BY columns (But #3064)
      sql_union.cc:
        A fix for a bug that allowed table names to be used in ORDER BY columns (But #3064)
      
      
      sql/sql_union.cc:
        A fix for a bug that allowed table names to be used in ORDER BY columns (But #3064)
      mysql-test/t/union.test:
        A test case for the bug  that allowed table names to be used in ORDER BY columns (But #3064)
      mysql-test/r/union.result:
         A test case for the bug  that allowed table names to be used in ORDER BY columns (But #3064)
      c64c493f
    • unknown's avatar
      Fixed wrong 'mysql.func' definition · 5f8cdaa4
      unknown authored
      5f8cdaa4
  6. 20 Mar, 2004 4 commits
    • unknown's avatar
      fixed config parser to recognize correctly strings like following: · def79abd
      unknown authored
      test="\"#no comment here"#real comment
      
      def79abd
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · 262d5311
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.0
      
      262d5311
    • unknown's avatar
      The automatic DROP TEMPORARY TABLE is now DROP TEMPORARY TABLE IF EXISTS, · 96f2820f
      unknown authored
      this is better in this case:
      - imagine user1 has created a temp table
      - imagine user2 does FLUSH TABLES WITH READ LOCK, then takes a backup,
      then RESET MASTER then UNLOCK TABLES, like mysqldump --first-slave
      - then in the binlog you will finally have the DROP TEMPORARY TABLE,
      but not the CREATE TEMPORARY TABLE, so when you later restore with
      mysqlbinlog|mysql, mysql will complain that table does not exist.
      Replication was already protected of this (it processes DROP TEMPORARY
      TABLE as if there was a IF EXISTS), now I add it directly to the query
      for mysqlbinlog|mysql to work.
      
      
      mysql-test/r/drop_temp_table.result:
        result update (query changed)
      96f2820f
    • unknown's avatar
      btr0btr.c: · f060e444
      unknown authored
        Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
      
      
      innobase/btr/btr0btr.c:
        Correct previous bk commit comment about page splits: actually, in versions < 4.0.19 space utilization is very poor if 1500 - 8000 byte rows are inserted in the order of the primary key
      f060e444
  7. 19 Mar, 2004 11 commits
    • unknown's avatar
      btr0btr.c: · 85137d37
      unknown authored
        Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key
      btr0cur.c:
        Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record
      
      
      innobase/btr/btr0cur.c:
        Fix bug: The row count and key cardinality estimate was grossly too small if each clustered index page only contained one record
      innobase/btr/btr0btr.c:
        Improve space utilization if we have 3 kB - 8 kB rows to insert in the order of the primary key
      85137d37
    • unknown's avatar
      Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 · e0595df6
      unknown authored
      into mysql.com:/space/my/mysql-4.0
      
      e0595df6
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 6291646c
      unknown authored
      into mysql.com:/space/my/mysql-4.0-build
      
      6291646c
    • unknown's avatar
      - Do-pkg: PGK and DMG names now include the full arch name (e.g. · 11b5115f
      unknown authored
         "-apple-darwin7.3.0-powerpc") - this is needed as we now will provide
         Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of
         how we name all other packages)
      
      
      Build-tools/Do-pkg:
         - PGK and DMG names now include the full arch name (e.g. 
           "-apple-darwin7.3.0-powerpc") - this is needed as we now will provide
           Mac OS X 10.2.x and Mac OS X 10.3.x PGKs (and it's more in line of
           how we name all other packages)
      11b5115f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · b436a551
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      b436a551
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.0/ · 137935db
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.0
      
      137935db
    • unknown's avatar
      Portability fixes · a63bd6dd
      unknown authored
      Fixed some wrong column specifications in mysql_fix_privilege_tables
      
      
      mysql-test/mysql-test-run.sh:
        Portability fix
      mysql-test/r/func_math.result:
        portability fix
      mysql-test/r/rpl_error_ignored_table.result:
        portability fix
      mysql-test/t/func_math.test:
        portability fix
      mysql-test/t/rpl_error_ignored_table.test:
        portability fix
      scripts/mysql_fix_privilege_tables.sh:
        func.name was not generated correctly
      scripts/mysql_fix_privilege_tables.sql:
        Fixed some wrong column specifications
      a63bd6dd
    • unknown's avatar
      typo in mysql_install_db fixed · c5f2beea
      unknown authored
      
      scripts/mysql_install_db.sh:
        typo fixed
        (thanks Alex Dupre <ale@FreeBSD.org> for noticing this!)
      c5f2beea
    • unknown's avatar
      Removed \r · 02dbb9ad
      unknown authored
      02dbb9ad
    • unknown's avatar
      Portability fixes · 5f00bc3c
      unknown authored
      Removed \r from new tests
      Fixes to get new sustem_mysql_db... tests to work
      
      
      client/mysqltest.c:
        More debug information
      innobase/que/que0que.c:
        Fixed wrong usage of __attribute
      mysql-test/mysql-test-run.sh:
        Portability fix; Added CLIENT_BINDIR
      mysql-test/t/system_mysql_db_fix.test:
        Removed \r
      mysql-test/t/system_mysql_db_refs.test:
        Removed \r
      scripts/mysql_fix_privilege_tables.sh:
        Don't set root password from first option
        Added --bindir option
      5f00bc3c
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · bb0e83f9
      unknown authored
      into mysql.com:/home/my/mysql-4.0
      
      bb0e83f9
  8. 17 Mar, 2004 1 commit
    • unknown's avatar
      WL #1510 "Implement support for "commercial" binaries on handshake", · 1b8f0058
      unknown authored
      client library:
      - implemented 'check_license' function
      
      
      include/errmsg.h:
        WL #1510: new error code
      include/mysql_version.h.in:
        WL #1510: fallback define for LICENSE
      libmysql/errmsg.c:
        WL #1510: error message to print in case when client and server license 
        mismatch.
      libmysql/libmysql.c:
        WL#1510: implementation of 'check_license' function
      sql/set_var.cc:
        removed unused variable 'license'
      1b8f0058