mariadb/client
unknown ef6d3a8060 ORDER BY optimization
Fixed new bug when reading field types


client/mysql.cc:
  Fixed output for -T
libmysql/libmysql.c:
  Filled missing fields in new MYSQL_FIELD structure
  Fixed new bug when reading field types
mysql-test/r/order_by.result:
  Result after new order by optimization
sql/opt_range.cc:
  New ORDER BY optimization
sql/opt_range.h:
  New ORDER BY optimization
sql/set_var.cc:
  Speed optimization
sql/sql_select.cc:
  New ORDER BY optimization
  
  This alllows MySQL to change a ref/range index from (a,b) to (a,c) when 'b' was not used to find rows and one did
  ORDER BY a,c or ORDER BY c
2003-05-27 18:40:37 +03:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
client_priv.h Added --delimiter option to mysql 2003-04-23 03:29:03 +03:00
completion_hash.cc upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
completion_hash.h upgrade readline to version 4.3 2002-11-19 18:26:53 +04:00
get_password.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am changed processing of LOAD DATA in mysqlbinlog 2003-05-20 17:03:18 -04:00
my_readline.h Update copyright 2001-12-06 14:10:51 +02:00
mysql.cc ORDER BY optimization 2003-05-27 18:40:37 +03:00
mysqladmin.c changes to mysqladmin : use queries instead of commands (so that they have a chance to go 2003-05-15 23:00:58 +02:00
mysqlbinlog.cc merge 2003-05-22 02:57:27 +03:00
mysqlcheck.c mysqlimport.c, mysqldump.c, mysqlcheck.c: 2003-05-22 14:37:01 +05:00
mysqldump.c mysqlimport.c, mysqldump.c, mysqlcheck.c: 2003-05-22 14:37:01 +05:00
mysqlimport.c mysqlimport.c, mysqldump.c, mysqlcheck.c: 2003-05-22 14:37:01 +05:00
mysqlmanager-pwgen.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlmanagerc.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mysqlshow.c - fixed C++-style comments to make IBM C compiler happy 2003-03-15 18:42:55 +01:00
mysqltest.c After merge fixes 2003-05-21 21:39:58 +03:00
readline.cc Added macros for nice TIMESPEC usage. 2002-01-02 21:29:41 +02:00
sql_string.cc CHARSET_INFO structure reorganization for easier maintainance 2003-05-23 17:45:52 +05:00
sql_string.h set_default_charset() is not used anymore 2003-03-16 10:56:14 +04:00