1. 23 Sep, 2002 10 commits
  2. 22 Sep, 2002 9 commits
  3. 21 Sep, 2002 5 commits
    • unknown's avatar
      row0ins.c, ha_innodb.cc: · 9fa79b50
      unknown authored
        Table hash key len in query cache also includes null char at end
      
      
      sql/ha_innodb.cc:
        Table hash key len in query cache also includes null char at end
      innobase/row/row0ins.c:
        Table hash key len in query cache also includes null char at end
      9fa79b50
    • unknown's avatar
      Change name -> alias in TABLE_LIST. · ada4f591
      unknown authored
      Added missing mutex-lock around critical section in GRANT handling.
      
      
      Docs/manual.texi:
        ChangeLog
      sql/lock.cc:
        Change name -> alias in TABLE_LIST.
      sql/slave.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_acl.cc:
        Added missing mutex-lock around critical section in GRANT handling.
        Changed name -> alias
      sql/sql_base.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_insert.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_parse.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_show.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_table.cc:
        Change name -> alias in TABLE_LIST.
      sql/sql_udf.cc:
        Change name -> alias in TABLE_LIST.
      sql/table.h:
        Change name -> alias in TABLE_LIST.
      tests/grant.pl:
        Fixed grant test
      ada4f591
    • unknown's avatar
      dict0dict.c: · e3869fdd
      unknown authored
        Fix a crash introduced when we grew foreign key comment to 16000 chars
      
      
      innobase/dict/dict0dict.c:
        Fix a crash introduced when we grew foreign key comment to 16000 chars
      e3869fdd
    • unknown's avatar
      ha_innodb.cc: · ea1ce2dd
      unknown authored
        Add return statement
      
      
      sql/ha_innodb.cc:
        Add return statement
      ea1ce2dd
    • unknown's avatar
      ha_innodb.cc: · c66ed76c
      unknown authored
        Fix typos in last push
        Fix typo
      
      
      sql/ha_innodb.cc:
        Fix typos in last push
      c66ed76c
  4. 20 Sep, 2002 10 commits
    • unknown's avatar
      ha_innodb.cc, ha_innodb.h: · e930135a
      unknown authored
        Fix assertion when a temporary table is created and used inside LOCK TABLES
      
      
      sql/ha_innodb.h:
        Fix assertion when a temporary table is created and used inside LOCK TABLES
      sql/ha_innodb.cc:
        Fix assertion when a temporary table is created and used inside LOCK TABLES
      e930135a
    • unknown's avatar
      manual.texi fix capitalization, clarify context for · f73d9b51
      unknown authored
      manual.texi	LAST_INSERT_ID() usage.
      
      
      Docs/manual.texi:
        fix capitalization, clarify context for
        LAST_INSERT_ID() usage.
      f73d9b51
    • unknown's avatar
      - merge some of the 4.0 configure.in modifications (mainly because · 3e95ab13
      unknown authored
         of the static_nss stuff required for linking against the patched
         glibc)
      
      
      configure.in:
         - Applied some modifications from the 4.0 configure.in to fix some
           typos and platform-specific issues (Solaris 2.6, Mac OS 10.2)
      3e95ab13
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Changed table_list->name -> table_list->alias to find places where we where... · 0d2a457f
      unknown authored
      Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      This should fix some issues where --lower-case-table-names doesn't work properly under windows.
      
      
      client/mysql.cc:
        Added missing sslopt-case.h
      sql/lock.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/log_event.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/mysqld.cc:
        Fixed that --ssl and --skip-ssl works
      sql/slave.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_acl.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_base.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_cache.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_handler.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_insert.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_parse.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_show.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_table.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_udf.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_union.cc:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/sql_yacc.yy:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      sql/table.h:
        Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
      0d2a457f
    • unknown's avatar
      srv0srv.c: · e3ca6b14
      unknown authored
        Fix typo
      
      
      innobase/srv/srv0srv.c:
        Fix typo
      e3ca6b14
    • unknown's avatar
      srv0srv.h, srv0srv.c, row0mysql.c: · df1b22df
      unknown authored
        Put back a change unintentionally removed in the last 2 pushes
      
      
      innobase/row/row0mysql.c:
        Put back a change unintentionally removed in the last 2 pushes
      innobase/srv/srv0srv.c:
        Put back a change unintentionally removed in the last 2 pushes
      innobase/include/srv0srv.h:
        Put back a change unintentionally removed in the last 2 pushes
      df1b22df
    • unknown's avatar
      trx0trx.ic, trx0trx.h, srv0srv.h, row0sel.h, dict0mem.h: · e1b9b4aa
      unknown authored
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      
      
      innobase/include/dict0mem.h:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/include/row0sel.h:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/include/srv0srv.h:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/include/trx0trx.h:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/include/trx0trx.ic:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      e1b9b4aa
    • unknown's avatar
      Many files: · f7c27911
      unknown authored
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      os0file.c:
        Use unbuffered i/o in Windows
      
      
      innobase/dict/dict0mem.c:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/os/os0file.c:
        Use unbuffered i/o in Windows
      innobase/lock/lock0lock.c:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/row/row0ins.c:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/row/row0mysql.c:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/row/row0sel.c:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      innobase/srv/srv0srv.c:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      sql/ha_innodb.h:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      sql/ha_innodb.cc:
        Modifications for query cache + trxs, fix of q.c.+ foreign keys
      f7c27911
  5. 19 Sep, 2002 6 commits
    • unknown's avatar
      Merge abelkin@work.mysql.com:/home/bk/mysql-4.0 · 1b79ad5b
      unknown authored
      into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
      
      1b79ad5b
    • unknown's avatar
      fixed typo · a873405e
      unknown authored
      a873405e
    • unknown's avatar
    • unknown's avatar
      Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · 0826f69f
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      0826f69f
    • unknown's avatar
      Increased max possible max_allowed_packet to 1G · 4e50f236
      unknown authored
      Small optimization to not do external locking of temporary MyISAM tables.
      
      
      BitKeeper/deleted/.del-sslopt-usage.h~3ab77eeeaad1ba0a:
        Delete: include/sslopt-usage.h
      Docs/manual.texi:
        Fixed wrong descrtion of IF()
        Added information about automatic cast of integer to binary string
        ChangeLog
      client/mysqlbinlog.cc:
        Portability fix
      client/mysqldump.c:
        Increased max possible max_allowed_packet to 1G
      include/Makefile.am:
        Removed sslopt-usage.h
        Made sslopt-case.h global
      include/my_sys.h:
        Fixd protypes for my_strdup_with_length()
      mysys/safemalloc.c:
        Fixd some prototypes
      sql/ha_isam.cc:
        Don't do external locking on temporary tables
      sql/ha_myisam.cc:
        Don't do external locking on temporary tables
      sql/lock.cc:
        Added big description of how LOCK TABLES affects locking
      sql/log_event.cc:
        cleanup
      sql/mysqld.cc:
        Increased max possible max_allowed_packet to 1G
      sql/sql_table.cc:
        Fixed portability problem
      4e50f236
    • unknown's avatar
      new function for innodb · face384d
      unknown authored
      windows case insensitive tables name work around
      
      
      sql/sql_cache.h:
        new function for innodb
      sql/sql_class.cc:
        new query cache invalidation function support
      sql/sql_class.h:
        new query cache invalidation function support
      face384d