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
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
include data0data.ic, data0data.h, row0sel.c: 2004-01-27 20:10:04 +02:00
lock
log
mach
mem
mtr
odbc
os
page
pars
que
read
rem
row data0data.ic, data0data.h, row0sel.c: 2004-01-27 20:10:04 +02:00
srv
sync
thr
trx
usr
ut
configure.in
Makefile.am
makefilewin
my_cnf