mariadb/client
unknown 0db0b601ab Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects. Needed for proper fix for bug #2479.
Added 'select_to_file' class to be able to merge identical code for select_export and select_dump


client/mysql.cc:
  Print mysql_insert_id() in 'status'
mysys/charset.c:
  after merge fixup
sql/item_func.cc:
  Code cleanup + new comments
sql/opt_range.cc:
  Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects.
sql/opt_range.h:
  Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects.
sql/sql_class.cc:
  Added 'select_to_file' class to be able to merge identical code for select_export and select_dump
sql/sql_class.h:
  Added 'select_to_file' class to be able to merge identical code for select_export and select_dump
sql/sql_select.cc:
  Fixed bug when calling 'delete select' in sub selects. (Bug 2479)
  (Test case is already commited to global source repository)
2004-02-05 10:22:08 +01:00
..
.cvsignore
client_priv.h
completion_hash.cc
completion_hash.h
get_password.c
Makefile.am
my_readline.h
mysql.cc Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for sub selects. Needed for proper fix for bug #2479. 2004-02-05 10:22:08 +01:00
mysqladmin.c
mysqlbinlog.cc Portability fixes (for binary build) 2003-12-01 13:13:16 +02:00
mysqlcheck.c
mysqldump.c Fixed Bug#2281, --quote is now enabled by default. Can be disabled 2004-01-15 04:26:57 +02:00
mysqlimport.c
mysqlmanager-pwgen.c
mysqlmanagerc.c
mysqlshow.c
mysqltest.c Portability fixes found during 5.0 test compilation 2003-12-21 19:39:32 +02:00
readline.cc
sql_string.cc
sql_string.h