mariadb/client
unknown f631f93ed8 Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
This should fix some issues where --lower-case-table-names doesn't work properly under windows.


client/mysql.cc:
  Added missing sslopt-case.h
sql/lock.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/log_event.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/mysqld.cc:
  Fixed that --ssl and --skip-ssl works
sql/slave.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_acl.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_base.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_cache.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_handler.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_insert.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_parse.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_show.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_table.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_udf.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_union.cc:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/sql_yacc.yy:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
sql/table.h:
  Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name.
2002-09-20 14:05:18 +03:00
..
.cvsignore
client_priv.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
completion_hash.cc
completion_hash.h
connect_test.c
errmsg.c
get_password.c
insert_test.c
list_test.c
Makefile.am Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
my_readline.h
mysql.cc Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. 2002-09-20 14:05:18 +03:00
mysqladmin.c fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
mysqlbinlog.cc Increased max possible max_allowed_packet to 1G 2002-09-19 17:49:41 +03:00
mysqlcheck.c fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
mysqldump.c Increased max possible max_allowed_packet to 1G 2002-09-19 17:49:41 +03:00
mysqlimport.c fixed so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03: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 so that --ssl and --skip-ssl works with the MySQL clients. 2002-09-17 23:46:53 +03:00
mysqltest.c Portability fixes. 2002-09-11 06:40:08 +03:00
password.c
readline.cc
select_test.c
showdb_test.c
sql_string.cc
sql_string.h
ssl_test.c
thimble.cc
thread_test.c