1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-25 13:42:52 +03:00
unknown 410dd0779c Remove warnings and portability fixes
New global read lock code
Fixed bug in DATETIME with WHERE optimization
Made UNION code more general.


include/global.h:
  Remove warning on Linux Alpha
include/mysql_com.h:
  Move some C variables inside extern "C" block.
include/mysqld_error.h:
  New error mesages
myisam/mi_write.c:
  cleanup
mysql-test/r/select.result:
  Fix because of table lists now always has a database argument.
mysql-test/r/type_datetime.result:
  Test for bug with datetime and where optimization
mysql-test/r/union.result:
  Updated result
mysql-test/t/type_datetime.test:
  New test for datetime
mysql-test/t/union.test:
  More testing of error conditions
sql/item_sum.cc:
  Remove warnings on Linux Alpha
sql/item_sum.h:
  Cleanup
sql/lock.cc:
  Cleaned up global lock handling
sql/log_event.cc:
  Removed default arguments from declarations (not allowed in cxx)
sql/mysql_priv.h:
  New prototypes
sql/mysqld.cc:
  Fix for global locks
sql/opt_range.cc:
  Cleanup
sql/share/czech/errmsg.txt:
  New errors
sql/share/danish/errmsg.txt:
  New errors
sql/share/dutch/errmsg.txt:
  New errors
sql/share/english/errmsg.txt:
  New errors
sql/share/estonian/errmsg.txt:
  New errors
sql/share/french/errmsg.txt:
  New errors
sql/share/german/errmsg.txt:
  New errors
sql/share/greek/errmsg.txt:
  New errors
sql/share/hungarian/errmsg.txt:
  New errors
sql/share/italian/errmsg.txt:
  New errors
sql/share/japanese/errmsg.txt:
  New errors
sql/share/korean/errmsg.txt:
  New errors
sql/share/norwegian-ny/errmsg.txt:
  New errors
sql/share/norwegian/errmsg.txt:
  New errors
sql/share/polish/errmsg.txt:
  New errors
sql/share/portuguese/errmsg.txt:
  New errors
sql/share/romanian/errmsg.txt:
  New errors
sql/share/russian/errmsg.txt:
  New errors
sql/share/slovak/errmsg.txt:
  New errors
sql/share/spanish/errmsg.txt:
  New errors
sql/share/swedish/errmsg.OLD:
  New errors
sql/share/swedish/errmsg.txt:
  New errors
sql/sql_acl.cc:
  Use thd->host_or_ip
sql/sql_class.cc:
  Use new global lock code
sql/sql_class.h:
  host_or_ip
sql/sql_db.cc:
  host_or_ip
sql/sql_delete.cc:
  Use now global lock code
sql/sql_lex.h:
  Cleanup of not used states and variables
sql/sql_parse.cc:
  Use now global locks.
  Made UNION code more general.
  Change to use thd->hosts_or_ip.
  TABLE_LIST now always has 'db' set.
sql/sql_repl.cc:
  Portability fixes.
  Changed wrong usage of my_vsnprintf -> my_snprintf
sql/sql_select.cc:
  Changes for UNION
sql/sql_show.cc:
  Cleanup
sql/sql_union.cc:
  Handle 'select_result' outside of mysql_union().
sql/sql_yacc.yy:
  Fixes for union
2001-08-14 20:33:49 +03:00
..
2001-07-02 21:52:22 +02:00
2001-08-02 06:29:50 +03:00
2001-07-16 03:04:30 +03:00
2001-03-25 01:02:26 +02:00
2001-08-09 19:16:15 -06:00
2001-01-31 04:47:25 +02:00
2001-06-12 14:06:05 -06:00
2001-06-12 17:13:52 +03:00
2001-05-29 18:53:37 -06:00
2001-08-10 17:37:37 +03:00
2001-06-22 08:35:18 -06:00
2001-04-17 21:30:02 +02:00
2001-04-15 20:14:40 +02:00
2001-07-26 15:57:34 +02:00
2001-01-12 13:52:32 +02:00
2000-12-29 16:06:10 +02:00
2001-03-25 01:02:26 +02:00
2001-07-16 03:04:30 +03:00
2001-08-09 19:16:15 -06:00
2001-05-16 13:19:40 -06:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2000-12-13 09:58:26 -07:00
2001-04-20 15:18:46 +03:00
2001-04-20 15:18:46 +03:00
2001-01-30 20:40:23 -07:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-03-25 01:02:26 +02:00
2001-07-07 19:15:41 -06:00
2001-02-02 03:47:06 +02:00
2001-06-28 15:24:28 +03:00
2001-01-22 05:32:58 +02:00

The file is empty.