mariadb/innobase
unknown f120273dd2 Fixed parsing of column names and foreign key constraints in Innobase to handle quoted identifiers and identifiers with space. (Bug #1725)
Fix optimizer tuning bug when first used key part was a constant. (Bug #1679)


innobase/dict/dict0dict.c:
  Fixed parsing of column names and foreign key constraints to handle quoted identifiers and identifiers with space. (Bug #1725)
mysql-test/r/innodb.result:
  Test of innodb internal parsing
mysql-test/t/innodb.test:
  Test of innodb internal parsing
sql/sql_class.cc:
  Safety fix for select into outfile and select into dumpfile. Before calling send_error() could cause end_io_cache() to be called several times.
sql/sql_class.h:
  Add path to dumpfile so that we can delete the generated file if something goes wrong.
sql/sql_select.cc:
  Fix optimizer tuning bug when first used key part was a constant.
  Previously all keys that had this key part first was regarded as equal, even if the query used more key parts for some of the keys.
  Now we use the range optimizer results to just limit the number of estimated rows if not all key parts where constants.
  (Bug #1679)
2004-01-30 10:46:30 +01:00
..
btr btr0cur.c: 2004-01-29 14:41:49 +02:00
buf buf0lru.c: 2004-01-07 18:15:17 +02:00
com
cry
data
db
dict Fixed parsing of column names and foreign key constraints in Innobase to handle quoted identifiers and identifiers with space. (Bug #1725) 2004-01-30 10:46:30 +01:00
dyn
eval
fil
fsp
fut
ha
ibuf trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: 2004-01-06 13:40:14 +02:00
include data0data.ic, data0data.h, row0sel.c: 2004-01-27 20:10:04 +02:00
lock Many files: 2003-12-12 07:51:21 +02:00
log log0log.c: 2003-12-23 22:55:38 +02:00
mach
mem
mtr
odbc
os os0file.c: 2003-10-19 20:31:32 +03:00
page
pars
que
read
rem
row data0data.ic, data0data.h, row0sel.c: 2004-01-27 20:10:04 +02:00
srv trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: 2004-01-06 13:40:14 +02:00
sync
thr
trx trx0sys.c: 2004-01-06 20:06:07 +02:00
usr
ut
configure.in
Makefile.am
makefilewin
my_cnf