1. 11 Apr, 2006 1 commit
    • unknown's avatar
      Bug#16233: XML: ExtractValue() fails with special characters · 6c0cfad1
      unknown authored
      ExtractValue didn't understand tag and attribute names
      consisting of "tricky" national letters (e.g. latin accenter letters).
      It happened because XPath lex parser recognized only basic
      latin letter a..z ad a part of an identifier.
      
      Fixed to recognize all letters by means of new "full ctype" which
      was added recently.
      
      
      mysql-test/r/xml.result:
        Adding test case
      mysql-test/t/xml.test:
        Adding test case
      sql/item_xmlfunc.cc:
        Using recently implemented "true" ctype functionality
            to treat all national letters as valid tag names,
            Only basic latin letters worked so far.
      strings/ctype-simple.c:
        A bug fix: ctype is array of 257 elements,
            adding offset to address correct element.
      6c0cfad1
  2. 10 Apr, 2006 2 commits
  3. 09 Apr, 2006 15 commits
  4. 08 Apr, 2006 10 commits
  5. 07 Apr, 2006 12 commits
    • unknown's avatar
      Merge mysql.com:/home/mydev/mysql-5.1 · 8712bebe
      unknown authored
      into  mysql.com:/home/mydev/mysql-5.1-aid
      
      
      8712bebe
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 67cbda06
      unknown authored
      into  dl145j.mysql.com:/tmp/5.0.21-bug17284-temp_table
      
      
      67cbda06
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · ef1ec197
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      
      ef1ec197
    • unknown's avatar
      plugin/fulltext/configure.in · 66806e58
      unknown authored
          no sense in building static library version of a plugin
      plugin/fulltext/plugin_example.c
          comments clarified. everything local to a plugin was declared static
      
      
      plugin/fulltext/configure.in:
        no sense in building static library version of a plugin
      plugin/fulltext/plugin_example.c:
        comments clarified. everything local to a plugin was declared static.
      66806e58
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.1 · 2722c0e2
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      sql/opt_sum.cc:
        Auto merged
      2722c0e2
    • unknown's avatar
      Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0 · ff5df655
      unknown authored
      into  rurik.mysql.com:/home/igor/mysql-5.0
      
      
      ff5df655
    • unknown's avatar
      Fixed BUG#15758: "Holding adaptive search latch in · 372901ad
      unknown authored
       innobase_query_caching_of_table_permitted()".
       Applied the patch due to Heikki Tuuri.
       Also removed superfluous #ifdefs.
      
      
      sql/sql_cache.cc:
        Applied the patch due to Heikki Tuuri.
         Query_cache::store_query(): Make InnoDB to release the adaptive
         hash index latch before MySQL acquires the query cache mutex.
      sql/sql_class.cc:
        Removing superfluous #ifdefs (suggested by Sanja, also discussed with Serg).
      sql/sql_cursor.cc:
        Removing superfluous #ifdefs (suggested by Sanja, also discussed with Serg).
      372901ad
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6b5c0b11
      unknown authored
      into mysql.com:/M50/mtr-5.0
      
      
      6b5c0b11
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 34a72d8d
      unknown authored
      into  mysql.com:/usr_rh9/home/elkin.rh9/MySQL/FIXES/5.0.21-bug17284-temp_table
      
      
      34a72d8d
    • unknown's avatar
      Manual merge. · 9af841da
      unknown authored
      9af841da
    • unknown's avatar
      Bug#17284 erroneous temp table cleanup on slave. · 3ab267bf
      unknown authored
        
           Idea of the fix is for master to send FD event with `created' as 0
           to reconnecting slave (upon slave_net_timeout, no master crash) to avoid destroying temp tables.
           In a case of a connect by slave to the master after its crash temp tables have been already
           cleaned up so that slave can not keep `orphan' temp tables.
      
      
      mysql-test/r/rpl_temporary.result:
        results
      mysql-test/t/rpl_temporary.test:
        wait-free addon to check temp tables are ok after slave reconnect.
      sql/sql_repl.cc:
        Storing zero for assigning to `created' of FD event on the reconnecting slave.
      mysql-test/include/get_binlog_dump_thread_id.inc:
        mysqltest's preudo-macro to calculate $id master dump thread id
      3ab267bf
    • unknown's avatar
      Manual merge. · a024fd69
      unknown authored
      a024fd69