diff options
author | unknown <peter@mysql.com> | 2002-12-05 01:14:51 +0300 |
---|---|---|
committer | unknown <peter@mysql.com> | 2002-12-05 01:14:51 +0300 |
commit | 5c377fc092dcd14e68bf8d6c07839397b834888a (patch) | |
tree | 9f8ceef21333bf4aa5a3d405ebd33fe7d6143bae /sql/mysql_priv.h | |
parent | 577cb3238b59ab9f885e9c892d137da3b6c8b599 (diff) | |
download | mariadb-git-5c377fc092dcd14e68bf8d6c07839397b834888a.tar.gz |
SCRAM Remove spaces from most changed files.
This alters not only my code so it looks like I'm not only one adding the spaces.
client/mysqladmin.c:
cut spaces
include/mysql_com.h:
cut soaces
sql/item_strfunc.cc:
cut spaces
sql/mini_client.cc:
cut spaces
sql/mysql_priv.h:
cut spaces
sql/mysqld.cc:
cut spaces
sql/password.c:
cut spaces
sql/sql_parse.cc:
cut spaces
sql/sql_yacc.yy:
cut spaces
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 0b4759fd388..390f7613603 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -472,9 +472,9 @@ Field *find_field_in_tables(THD *thd, Item_ident *item, TABLE_LIST *tables, Field *find_field_in_table(THD *thd,TABLE *table,const char *name,uint length, bool check_grant,bool allow_rowid); #ifdef HAVE_OPENSSL -struct st_des_keyblock -{ - des_cblock key1, key2, key3; +struct st_des_keyblock +{ + des_cblock key1, key2, key3; }; struct st_des_keyschedule { @@ -555,9 +555,9 @@ SQL_SELECT *make_select(TABLE *head, table_map const_tables, enum find_item_error_report_type {REPORT_ALL_ERRORS, REPORT_EXCEPT_NOT_FOUND, IGNORE_ERRORS}; extern const Item **not_found_item; -Item ** find_item_in_list(Item *item, List<Item> &items, +Item ** find_item_in_list(Item *item, List<Item> &items, find_item_error_report_type report_error); -bool insert_fields(THD *thd,TABLE_LIST *tables, +bool insert_fields(THD *thd,TABLE_LIST *tables, const char *db_name, const char *table_name, List_iterator<Item> *it); bool setup_tables(TABLE_LIST *tables); |