1. 17 Feb, 2005 26 commits
    • unknown's avatar
      InnoDB: Make CREATE TABLE return error when the minimum row length · 6075463f
      unknown authored
      exceeds the maximum record size.  (Bug #5682)
      
      
      innobase/data/data0type.c:
        Remove function dtype_str_needs_mysql_cmp().
        Document dtype_get_at_most_n_mbchars().
        dtype_get_at_most_n_mbchars(): Use mbminlen and mbmaxlen.
      innobase/dict/dict0crea.c:
        dict_build_table_def_step(): Reject if minimum row size is too big.
      innobase/include/data0type.h:
        Remove dtype_str_needs_mysql_cmp().
        Document dtype_get_at_most_n_mbchars().
        Add dtype_get_min_size().
      innobase/include/data0type.ic:
        Add dtype_get_min_size().
      innobase/include/row0mysql.h:
        row_mysql_store_col_in_innobase_format(): Add parameter comp,
        as we will only truncate UTF-8 CHAR(n) columns in row_format=compact.
      innobase/include/row0mysql.ic:
        row_mysql_store_col_in_innobase_format(): Add parameter comp,
        as we will only truncate UTF-8 CHAR(n) columns in row_format=compact.
      innobase/row/row0mysql.c:
        Pass parameter comp to row_mysql_store_col_in_innobase_format().
      innobase/row/row0sel.c:
        Pass parameter comp to row_mysql_store_col_in_innobase_format().
        row_sel_field_store_in_mysql_format(): Undo the stripping of
        UTF-8 CHAR(n) columns by padding with spaces.
      6075463f
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0 · ca021698
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      ca021698
    • unknown's avatar
      - fixed a changelog entry in the RPM spec file (wrong author) · 6889864b
      unknown authored
      
      support-files/mysql.spec.sh:
        - fixed a changelog entry (wrong author)
      6889864b
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0 · 003e7ad1
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      support-files/mysql.spec.sh:
        Auto merged
      003e7ad1
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1c5881ca
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      
      1c5881ca
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · 908857a0
      unknown authored
      into rurik.mysql.com:/home/igor/mysql-5.0
      
      
      908857a0
    • unknown's avatar
      Do-hpux-depot: · a20f2382
      unknown authored
        Perl script to create HP depot packages.
      
      
      a20f2382
    • unknown's avatar
      select.test: · 531ec55a
      unknown authored
        Manual post-merge
      
      
      mysql-test/t/select.test:
        Manual post-merge
      531ec55a
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1 · f66111ae
      unknown authored
      into rurik.mysql.com:/home/igor/mysql-4.1
      
      
      f66111ae
    • unknown's avatar
      Manual merge · 869b6557
      unknown authored
      
      mysql-test/r/select.result:
        Auto merged
      sql/item.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      869b6557
    • unknown's avatar
      item.h: · 41c09450
      unknown authored
        Revised the fix for bug #7098.
        Corrected the method Item_string::new_item.
      sql_select.cc:
        Revised the fix for bug #7098.
        Aborted the previous modifications.
      
      
      sql/sql_select.cc:
        Revised the fix for bug #7098.
        Aborted the previous modifications.
      sql/item.h:
        Revised the fix for bug #7098.
        Corrected the method Item_string::new_item.
      41c09450
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · a4f11cfd
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      a4f11cfd
    • unknown's avatar
      Merge · a58a1dac
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      ndb/include/mgmcommon/ConfigRetriever.hpp:
        Auto merged
      ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        Auto merged
      ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      ndb/include/mgmapi/mgmapi.h:
        merge
      a58a1dac
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-4.1 · d2a69d8f
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-4.1-0
      
      
      d2a69d8f
    • unknown's avatar
      select.result, select.test: · 7f905da3
      unknown authored
        Added a test case for bug #7098.
      sql_select.cc:
        Fixed bug #7098.
        When a string field was substituted for an equal constant
        the collation of the constant was changed by mistake for 
        the binary collation.
      
      
      sql/sql_select.cc:
        Fixed bug #7098.
        When a string field was substituted for an equal constant
        the collation of the constant was changed by mistake for 
        the binary collation.
      mysql-test/t/select.test:
        Added a test case for bug #7098.
      mysql-test/r/select.result:
        Added a test case for bug #7098.
      7f905da3
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl · efe1ca20
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      efe1ca20
    • unknown's avatar
      init_db.sql: · 000255ee
      unknown authored
        Make SQL more readable, substitute hostname at runtime
      mysql-test-run.pl:
        Run init scripts with /bin/sh, ignore return code
      
      
      mysql-test/mysql-test-run.pl:
        Run init scripts with /bin/sh, ignore return code
      mysql-test/lib/init_db.sql:
        Make SQL more readable, substitute hostname at runtime
      000255ee
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · bb46b2bf
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      bb46b2bf
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · d475cece
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      
      d475cece
    • unknown's avatar
      Merge · 1e4063f5
      unknown authored
      1e4063f5
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl · a2d3bc8d
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
      
      
      mysql-test/t/ps_1general.test:
        Auto merged
      a2d3bc8d
    • unknown's avatar
      Windows compatibility changes of the 'rpl_delete_all', · 3f808996
      unknown authored
      'ps_1general' and 'fulltext_cache' test cases.
      
      
      mysql-test/r/fulltext_cache.result:
        To pass on Windows, round to less digits
      mysql-test/t/fulltext_cache.test:
        To pass on Windows, round to less digits
      mysql-test/t/ps_1general.test:
        To pass on Windows, change \\ to / in result
      mysql-test/t/rpl_delete_all.test:
        To pass on Windows, change \\ to / in result
      mysql-test/mysql-test-run.pl:
        Pass mysqld --console to catch output on Windows
      mysql-test/lib/mtr_process.pl:
        Check error from exec() to avoid becoming a fork() bomb
      3f808996
    • unknown's avatar
      Merge dellis@bk-internal.mysql.com:/home/bk/mysql-4.1 · 89f031b3
      unknown authored
      into mysql.com:/home/dellis/bkl/bug-4.1
      
      
      89f031b3
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 1fbeaf71
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      1fbeaf71
    • unknown's avatar
      Fix a typo caused bdb to be skipped when building with BUILD/compile-*-max · 08c2f9e7
      unknown authored
      Recommited, as I made a typo in the previous patch myself =)
      
      
      BUILD/SETUP.sh:
        Fix a typo caused bdb to be skipped when building with BUILD/compile-*-max
      08c2f9e7
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · bc22f79f
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      
      bc22f79f
  2. 16 Feb, 2005 14 commits
    • unknown's avatar
      Merge mysql.com:/home/dellis/bkl/bug-4.1 · 6bb46afb
      unknown authored
      into mysql.com:/home/dellis/bkl/bug-5.0
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/r/fulltext.result:
        Auto merged
      6bb46afb
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 · 8cf5a1cc
      unknown authored
      into mysql.com:/home/mysql_src/mysql-5.0-xa
      
      
      configure.in:
        Auto merged
      8cf5a1cc
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.0 · 0e8ad906
      unknown authored
      into mysql.com:/home/mysql_src/mysql-5.0-xa
      
      
      0e8ad906
    • unknown's avatar
      Fixes after 4.1->5.0 merge. · 2071fe55
      unknown authored
      
      mysql-test/r/rpl_multi_query.result:
        result update
      mysql-test/t/rpl_multi_query.test:
        binlog position changes from 4.1 to 5.0
      sql/sql_base.cc:
        Manually putting back the old code (like I did in 4.1 already, as the 2nd fix for BUG#8055 does not need to change sql_base.cc anymore)
      2071fe55
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-5.0 · d6541adb
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      d6541adb
    • unknown's avatar
    • unknown's avatar
      ndb - fix new decimal type mysql vs. ndb · fced35f7
      unknown authored
      
      mysql-test/r/ndb_index_ordered.result:
        fix new decimal mysql vs. ndb
      mysql-test/t/ndb_index_ordered.test:
        fix new decimal mysql vs. ndb
      ndb/include/kernel/signaldata/DictTabInfo.hpp:
        fix new decimal mysql vs. ndb
      ndb/include/ndb_constants.h:
        fix new decimal mysql vs. ndb
      ndb/include/ndbapi/NdbDictionary.hpp:
        fix new decimal mysql vs. ndb
      ndb/include/util/NdbSqlUtil.hpp:
        fix new decimal mysql vs. ndb
      ndb/src/common/util/NdbSqlUtil.cpp:
        fix new decimal mysql vs. ndb
      ndb/src/ndbapi/NdbDictionary.cpp:
        fix new decimal mysql vs. ndb
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        fix new decimal mysql vs. ndb
      ndb/src/ndbapi/NdbRecAttr.cpp:
        fix new decimal mysql vs. ndb
      ndb/test/include/NdbSchemaOp.hpp:
        fix new decimal mysql vs. ndb
      ndb/test/src/HugoCalculator.cpp:
        fix new decimal mysql vs. ndb
      ndb/tools/restore/consumer.cpp:
        fix new decimal mysql vs. ndb
      sql/ha_ndbcluster.cc:
        fix new decimal mysql vs. ndb
      fced35f7
    • unknown's avatar
      Merge · eb061b35
      unknown authored
      
      mysql-test/r/drop_temp_table.result:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_delete.cc:
        Auto merged
      configure.in:
        SCCS merged
      sql/sql_base.cc:
        SCCS merged
      sql/sql_parse.cc:
        SCCS merged
      eb061b35
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · e5934af1
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      e5934af1
    • unknown's avatar
      reuse nodeid if ndbd is restarted · 2eb2383e
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        start and exit fix for ndbcluster
      2eb2383e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 88f264f0
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445.2
      
      
      88f264f0
    • unknown's avatar
      Merge pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445.1 · 36f6d8af
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445.2
      
      
      include/config-win.h:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      36f6d8af
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 96f9c9d9
      unknown authored
      into pcgem.rdg.cyberkinetica.com:/var/db/bk/work-acurtis/bug4445.1
      
      
      sql/ha_innodb.cc:
        Auto merged
      96f9c9d9
    • unknown's avatar
      Merge · dd13aeb7
      unknown authored
      
      sql/ha_innodb.cc:
        Auto merged
      include/config-win.h:
        SCCS merged
      dd13aeb7