mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 03:35:34 +02:00
Added sql/set_var.h to distribution
sql/Makefile.am: - Added missing file "set_var.h" to distribution - Fixed indendation
This commit is contained in:
parent
c911e9d721
commit
8becb4cd11
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
|
|||
opt_range.h opt_ft.h \
|
||||
sql_select.h structs.h table.h sql_udf.h hash_filo.h\
|
||||
lex.h lex_symbol.h sql_acl.h sql_crypt.h \
|
||||
log_event.h mini_client.h sql_repl.h slave.h \
|
||||
stacktrace.h sql_sort.h sql_cache.h
|
||||
log_event.h mini_client.h sql_repl.h slave.h \
|
||||
stacktrace.h sql_sort.h sql_cache.h set_var.h
|
||||
mysqld_SOURCES = sql_lex.cc sql_handler.cc \
|
||||
item.cc item_sum.cc item_buff.cc item_func.cc \
|
||||
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue