1. 25 Sep, 2002 4 commits
  2. 24 Sep, 2002 4 commits
    • unknown's avatar
      manual.texi Add missing plural · 059ed32d
      unknown authored
      
      Docs/manual.texi:
        Add missing plural
      059ed32d
    • unknown's avatar
      Fix of newly introduced bug in ORDER BY when one has a constant in the select list. · a225dfa2
      unknown authored
      
      mysql-test/r/order_by.result:
        Added new test
      mysql-test/t/order_by.test:
        Added new test
      a225dfa2
    • unknown's avatar
      Merge hundin:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 · 543aa1cb
      unknown authored
      
      Docs/manual.texi:
        Auto merged
      543aa1cb
    • unknown's avatar
      Updated VC++ project files for 4.0.4 · c245f424
      unknown authored
      Only write short usage if one starts mysqldump without any options
      Added query cache on windows
      Added error message if one can't read privilege tables
      
      
      Docs/manual.texi:
        Changelog
      VC++Files/bdb/bdb.dsp:
        Updated project files for 4.0.4
      VC++Files/client/mysqlclient.dsp:
        Updated project files for 4.0.4
      VC++Files/innobase/innobase.dsp:
        Updated project files for 4.0.4
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Updated project files for 4.0.4
      VC++Files/mysys/mysys.dsp:
        Updated project files for 4.0.4
      VC++Files/perror/perror.dsp:
        Updated project files for 4.0.4
      VC++Files/sql/mysqld.dsp:
        Updated project files for 4.0.4
      client/mysqldump.c:
        Only write short usage if one starts mysqldump without any options
      include/config-win.h:
        Added query cache on windows
      libmysql/libmysql.def:
        Removed old depricated functions from windows dll
      sql/ha_innodb.cc:
        Added missing defines
      sql/set_var.cc:
        Code cleanup
      sql/sql_acl.cc:
        Added error message if one can't read privilege tables
      sql/sql_cache.h:
        Changed some C linkage functions to C++ functions (portability fix)
      sql/sql_class.cc:
        Safety fix
      c245f424
  3. 23 Sep, 2002 12 commits
  4. 22 Sep, 2002 9 commits
  5. 21 Sep, 2002 5 commits
    • unknown's avatar
      row0ins.c, ha_innodb.cc: · 3b7333b4
      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
      3b7333b4
    • unknown's avatar
      Change name -> alias in TABLE_LIST. · b804e278
      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
      b804e278
    • unknown's avatar
      dict0dict.c: · 01be46e2
      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
      01be46e2
    • unknown's avatar
      ha_innodb.cc: · 3e55ff61
      unknown authored
        Add return statement
      
      
      sql/ha_innodb.cc:
        Add return statement
      3e55ff61
    • unknown's avatar
      ha_innodb.cc: · 02392941
      unknown authored
        Fix typos in last push
        Fix typo
      
      
      sql/ha_innodb.cc:
        Fix typos in last push
      02392941
  6. 20 Sep, 2002 6 commits
    • unknown's avatar
      ha_innodb.cc, ha_innodb.h: · a72de62a
      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
      a72de62a
    • unknown's avatar
      manual.texi fix capitalization, clarify context for · c2eabae4
      unknown authored
      manual.texi	LAST_INSERT_ID() usage.
      
      
      Docs/manual.texi:
        fix capitalization, clarify context for
        LAST_INSERT_ID() usage.
      c2eabae4
    • unknown's avatar
      - merge some of the 4.0 configure.in modifications (mainly because · 841acab1
      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)
      841acab1
    • unknown's avatar
    • unknown's avatar
    • unknown's avatar
      Changed table_list->name -> table_list->alias to find places where we where... · f631f93e
      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.
      f631f93e