1. 20 Jun, 2006 1 commit
    • unknown's avatar
      bug #19672 (paths in embedded server are trucated in error messages) · ad44096b
      unknown authored
      It fact, filenames are truncated in normal server as well, just we
      get bigger filenames in embedded server tests, but that can potentially
      get some problems in both cases.
      I modified file-related error messages to allow longer filenames
      
      
      sql/share/errmsg.txt:
        error messages fixed to keep longer filenames uncut
      ad44096b
  2. 12 Jun, 2006 13 commits
  3. 10 Jun, 2006 3 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.0 · 83648500
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.0-amerge
      
      
      mysql-test/r/lock_multi.result:
        Merging 5.0-engines to 5.0 master.
      mysql-test/t/lock_multi.test:
        Merging 5.0-engines to 5.0 master.
      83648500
    • unknown's avatar
      Post-merge fixes · cf48df83
      unknown authored
      cf48df83
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/tmp_merge · fdb7d7dc
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      VC++Files/client/mysql.dsp:
        Auto merged
      mysql-test/t/func_time.test:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/item_timefunc.h:
        Auto merged
      client/mysqldump.c:
        Manual merge
      mysql-test/r/func_time.result:
        Manual merge
      fdb7d7dc
  4. 09 Jun, 2006 3 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · a0714edf
      unknown authored
      into  mysql.com:/data0/mysqldev/my/mysql-5.0
      
      a0714edf
    • unknown's avatar
      Merge trift2.mysql.com:/M50/bug20303-5.0 · 8c33ce27
      unknown authored
      into trift2.mysql.com:/M50/mysql-5.0
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      8c33ce27
    • unknown's avatar
      Merge mysql.com:/home/marty/MySQL/mysql-4.1 · 0dfcd731
      unknown authored
      into  mysql.com:/home/marty/MySQL/mysql-5.0
      
      
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      BitKeeper/deleted/.del-NdbResultSet.cpp~84d192cf3f42600d:
        Merge (keeping local)
      BitKeeper/deleted/.del-NdbResultSet.hpp~e0042f4c18088ff6:
        Merge (keeping local)
      ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Merge
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Merge
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Merge
      sql/ha_ndbcluster.cc:
        Merge (using local, will fix manually)
      sql/ha_ndbcluster.h:
        Merge
      0dfcd731
  5. 08 Jun, 2006 8 commits
  6. 07 Jun, 2006 3 commits
  7. 06 Jun, 2006 7 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · d1701369
      unknown authored
      into  mysql.com:/data0/mysqldev/my/mysql-5.0
      
      d1701369
    • unknown's avatar
      Fixed some problems for Windows build · b03ba905
      unknown authored
      
      VC++Files/client/mysql.dsp:
        Fixed omission of mysys\my_conio.c.
      VC++Files/client/mysql_ia64.dsp:
        Fixed omission of mysys\my_conio.c.
      client/mysqldump.c:
        VS compiler does not accept variable declarations within blocks.
        Such a behaviour complies with the Standard C.
      b03ba905
    • unknown's avatar
      Merge bk-internal.mysql.com:/data0/bk/mysql-5.0 · 974f38e4
      unknown authored
      into  bk-internal.mysql.com:/data0/bk/mysql-5.0-kt
      
      974f38e4
    • unknown's avatar
      Bug#18035 Information Schema: Output is not Sorted · 1144c6ba
      unknown authored
      added 'order by' to avoid result order difference
      
      1144c6ba
    • unknown's avatar
      Bug#19599 duplication of information_schema column value in a CONCAT expr with user var · 93264b7d
      unknown authored
      mark result string using String::mark_as_const()
      which prevents CONCAT from reusing it as a buffer
      for concatenation result.
      
      
      mysql-test/r/information_schema.result:
        Bug#19599 duplication of information_schema column value in a CONCAT expr with user var
        test case
      mysql-test/t/information_schema.test:
        Bug#19599 duplication of information_schema column value in a CONCAT expr with user var
        test case
      93264b7d
    • unknown's avatar
      Bug#17661 information_schema.SCHEMATA returns uppercase with lower_case_table_names = 1 · 105f1cee
      unknown authored
      fix: return db name for I_S.TABLES(and others) in original letter case.
      if mysql starts with lower_case_table_names=1 | 2 then original db name is converted
      to lower case(for I_S tables). It happens when we perform add_table_to_list. 
      to avoid this we make a copy of original db name and use the copy hereafter.
      
      
      mysql-test/r/lowercase_table2.result:
        Bug#17661 information_schema.SCHEMATA returns uppercase with lower_case_table_names = 1
        test case
      mysql-test/t/lowercase_table2.test:
        Bug#17661 information_schema.SCHEMATA returns uppercase with lower_case_table_names = 1
        test case
      105f1cee
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 531dc055
      unknown authored
      into  mysql.com:/usr/home/ram/work/4.1.b16546
      
      
      sql/item_timefunc.cc:
        Auto merged
      mysql-test/r/func_time.result:
        merging
      mysql-test/t/func_time.test:
        merging
      531dc055
  8. 05 Jun, 2006 2 commits