mariadb/include
unknown d6a4362687 New error messages
Test of unsigned BIGINT values
Fixes for queries-per-hour
Cleanup of replication code (comments and portability fixes)
Make most of the binary log code 4G clean
Changed syntax for GRANT ... QUERIES PER HOUR


Docs/manual.texi:
  Fixed Changelog, upgrading to 4.0 and 4.1 TODO sections.
Docs/mysqld_error.txt:
  Added error message.
configure.in:
  Fix for autoconf 2.52
include/my_getopt.h:
  Portability fix.
include/my_global.h:
  Portablity fix.
include/mysqld_error.h:
  New error messages
mysql-test/r/bigint.result:
  Test of unsigned BIGINT values.
mysql-test/r/func_op.result:
  Test of unsigned BIGINT values.
mysql-test/r/varbinary.result:
  Test of unsigned BIGINT values.
mysql-test/t/bigint.test:
  Test of unsigned BIGINT values.
sql/item_func.h:
  Optimized Item_int_func() usage.
sql/lock.cc:
  Cleanup comments
sql/log.cc:
  Cleanup
sql/log_event.cc:
  Cleanup and portability fixes.
sql/log_event.h:
  Cleanup and portability fixes.
sql/mini_client.cc:
  Cleanup and portability fixes.
sql/mysqld.cc:
  Fix for queries-per-hour
sql/repl_failsafe.cc:
  Prepare for making binary log 2G clean.
sql/share/czech/errmsg.txt:
  New error messages
sql/share/danish/errmsg.txt:
  New error messages
sql/share/dutch/errmsg.txt:
  New error messages
sql/share/english/errmsg.txt:
  New error messages
sql/share/estonian/errmsg.txt:
  New error messages
sql/share/french/errmsg.txt:
  New error messages
sql/share/german/errmsg.txt:
  New error messages
sql/share/greek/errmsg.txt:
  New error messages
sql/share/hungarian/errmsg.txt:
  New error messages
sql/share/italian/errmsg.txt:
  New error messages
sql/share/japanese/errmsg.txt:
  New error messages
sql/share/korean/errmsg.txt:
  New error messages
sql/share/norwegian-ny/errmsg.txt:
  New error messages
sql/share/norwegian/errmsg.txt:
  New error messages
sql/share/polish/errmsg.txt:
  New error messages
sql/share/portuguese/errmsg.txt:
  New error messages
sql/share/romanian/errmsg.txt:
  New error messages
sql/share/russian/errmsg.txt:
  New error messages
sql/share/slovak/errmsg.txt:
  New error messages
sql/share/spanish/errmsg.txt:
  New error messages
sql/share/swedish/errmsg.txt:
  New error messages
sql/share/ukrainian/errmsg.txt:
  New error messages
sql/slave.cc:
  Cleanup
sql/slave.h:
  Cleanup
sql/sql_acl.cc:
  Cleanup and removal of possible reserved words
sql/sql_base.cc:
  More DBUG
sql/sql_cache.cc:
  Cleanup & portability fixes
sql/sql_class.h:
  Make binary log 4G clean
sql/sql_delete.cc:
  More DBUG
sql/sql_handler.cc:
  Cleanup & portability fixes
sql/sql_parse.cc:
  Cleanup of queries-per-hours code
sql/sql_rename.cc:
  Add missing DBUG_RETURN
sql/sql_repl.cc:
  Cleanup & portability fixes
sql/sql_select.cc:
  Cleanup & portability fixes
sql/sql_show.cc:
  Cleanup & portability fixes
sql/sql_update.cc:
  Small cleanup of multi-update-code (need second pass)
sql/sql_yacc.yy:
  Changed syntax for GRANT ... QUERIES PER HOUR
strings/str2int.c:
  Cleanup & portability fixes
2002-01-29 18:32:16 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
.my_sys.h.swp fixed --skip-slave-thread bug 2000-10-26 22:11:55 -06:00
config-os2.h OS2 patch 2001-09-12 23:53:31 +03:00
config-win.h Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
dbug.h Update copyright 2001-12-06 14:10:51 +02:00
errmsg.h Update copyright 2001-12-06 14:10:51 +02:00
ft_global.h Update copyright 2001-12-06 14:10:51 +02:00
getopt.h Update copyright 2001-12-06 14:10:51 +02:00
hash.h Update copyright 2001-12-06 14:10:51 +02:00
heap.h Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
m_ctype.h Update copyright 2001-12-06 14:10:51 +02:00
m_string.h Fix after merge 2001-12-17 23:24:51 +02:00
Makefile.am Added my_getopt struct and modified myisamchk to the bk tree. 2002-01-25 23:34:37 +02:00
md5.h Update copyright 2001-12-06 14:10:51 +02:00
merge.h Update copyright 2001-12-06 14:10:51 +02:00
my_alarm.h Update copyright 2001-12-06 14:10:51 +02:00
my_base.h Add support for NULL=NULL in keys (Used in GROUP BY optimization) 2002-01-16 00:42:52 +02:00
my_bitmap.h Merge with 3.23.47 2001-12-15 05:12:21 +02:00
my_dir.h Update copyright 2001-12-06 14:10:51 +02:00
my_getopt.h New error messages 2002-01-29 18:32:16 +02:00
my_global.h New error messages 2002-01-29 18:32:16 +02:00
my_list.h Update copyright 2001-12-06 14:10:51 +02:00
my_net.h Update copyright 2001-12-06 14:10:51 +02:00
my_no_pthread.h Update copyright 2001-12-06 14:10:51 +02:00
my_nosys.h Update copyright 2001-12-06 14:10:51 +02:00
my_pthread.h Fix insert delated + query cache. 2001-12-20 06:14:11 +02:00
my_semaphore.h Removed compiler warnings. 2001-12-10 00:08:24 +02:00
my_sys.h misc replication bugfixes including some needed modifications in IO_CACHE 2002-01-26 22:26:24 -07:00
my_tree.h Update copyright 2001-12-06 14:10:51 +02:00
myisam.h Fix for FLUSH QUERY CACHE 2002-01-05 22:51:42 +02:00
myisammrg.h Update copyright 2001-12-06 14:10:51 +02:00
myisampack.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.h Update copyright 2001-12-06 14:10:51 +02:00
mysql_com.h Move HA_EXTRA_NO_READCHECK to ha_open 2002-01-16 23:02:26 +02:00
mysql_embed.h Update copyright 2001-12-06 14:10:51 +02:00
mysql_version.h.in Changes for --with-server-suffix 2001-01-21 16:30:16 +02:00
mysqld_error.h New error messages 2002-01-29 18:32:16 +02:00
mysys_err.h Update copyright 2001-12-06 14:10:51 +02:00
nisam.h Update copyright 2001-12-06 14:10:51 +02:00
queues.h Update copyright 2001-12-06 14:10:51 +02:00
raid.h Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
sslopt-case.h Update copyright 2001-12-06 14:10:51 +02:00
sslopt-longopts.h Update copyright 2001-12-06 14:10:51 +02:00
sslopt-usage.h Update copyright 2001-12-06 14:10:51 +02:00
sslopt-vars.h Update copyright 2001-12-06 14:10:51 +02:00
t_ctype.h Update copyright 2001-12-06 14:10:51 +02:00
thr_alarm.h Cleanup of alarm macros. 2001-12-21 07:00:58 +02:00
thr_lock.h Update copyright 2001-12-06 14:10:51 +02:00
violite.h Update copyright 2001-12-06 14:10:51 +02:00