mariadb/innobase
unknown 7d52eabb39 Fixed some byte order bugs with prepared statements on machines with high-byte-first. (Bug #4173)
Fixed problem with NULL and derived tables (Bug #4097)
Cleanup of new pushed code


BitKeeper/etc/ignore:
  added mysql-test/ndb/ndbcluster
client/mysqltest.c:
  simple cleanup
innobase/os/os0file.c:
  fix for netware
libmysql/libmysql.c:
  Fixed some byte order bugs with prepared statements on machines with
  high-byte-first. (Bug #4173)
myisam/ft_boolean_search.c:
  Comment cleanup
myisam/mi_check.c:
  Removed not needed check (check is done in check_index())
myisam/mi_unique.c:
  crc must be of type ha_checksum.
myisam/myisamchk.c:
  Portability fix.
mysql-test/mysql-test-run.sh:
  Simple cleanup
mysql-test/r/subselect.result:
  Test problem with NULL and derived tables (Bug #4097)
mysql-test/t/subselect.test:
  Test problem with NULL and derived tables (Bug #4097)
sql/mysqld.cc:
  Remove not used defines
sql/sql_select.cc:
  Fixed problem with NULL and derived tables (Bug #4097)
  Indentation fixes
sql/sql_string.cc:
  Code cleanup
sql/sql_yacc.yy:
  Allow one to use DROP PREPARE ...
2004-06-18 03:02:29 +03:00
..
btr InnoDB cleanup: 2004-05-27 15:27:43 +03:00
buf InnoDB cleanup: 2004-05-27 15:27:43 +03:00
data Merge with 4.0 2004-04-26 15:53:31 +03:00
db Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict Merge with 4.0 to get fixes for netware 2004-06-02 00:09:14 +03:00
dyn Remove unnecessary files 2004-02-19 11:32:07 +02:00
eval New MYSQL_SERVER_SUFFIX usage (for easier compilation) 2004-05-25 02:28:44 +03:00
fil fil0fil.c: 2004-06-03 17:31:46 +03:00
fsp Merge with 4.0 2004-04-26 15:53:31 +03:00
fut Merge with 4.0 2004-04-26 15:53:31 +03:00
ha InnoDB cleanup: 2004-05-27 15:27:43 +03:00
ibuf InnoDB cleanup: 2004-05-27 15:27:43 +03:00
include Merge with 4.0 to get fixes for netware 2004-06-02 00:09:14 +03:00
lock Merge with 4.0 to get fixes for netware 2004-06-02 00:09:14 +03:00
log InnoDB cleanup: 2004-05-27 15:27:43 +03:00
mach merge with 4.0 to get security fixes and latest bug fixes 2004-02-20 17:43:02 +02:00
mem InnoDB cleanup: 2004-05-27 15:27:43 +03:00
mtr merge with 4.0 to get windows fixes 2004-05-27 00:30:28 +03:00
os Fixed some byte order bugs with prepared statements on machines with high-byte-first. (Bug #4173) 2004-06-18 03:02:29 +03:00
page InnoDB cleanup: 2004-05-27 15:27:43 +03:00
pars InnoDB cleanup: 2004-05-27 15:27:43 +03:00
que merge with 4.0 to get windows fixes 2004-05-27 00:30:28 +03:00
read merge with 4.0 2004-03-16 22:41:30 +02:00
rem Merge with 4.0 2004-04-26 15:53:31 +03:00
row Merge with 4.0 to get fixes for netware 2004-06-02 00:09:14 +03:00
srv InnoDB cleanup: 2004-05-27 15:27:43 +03:00
sync InnoDB cleanup: 2004-05-27 15:27:43 +03:00
thr Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabled 2004-03-12 17:14:51 +02:00
trx InnoDB cleanup: 2004-05-27 15:27:43 +03:00
usr InnoDB cleanup and possible bug-fix: Remove srv0que 2004-05-25 20:12:09 +03:00
ut InnoDB cleanup: Remove unused functions ut_sprintf() and ut_fprintf() 2004-05-20 01:32:02 +03:00
configure.in - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile 2004-04-29 14:48:49 +02:00
Makefile.am Remove unneeded module "com" 2004-03-11 12:55:28 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
my_cnf Added Innobase to source distribution 2001-02-17 14:19:19 +02:00