Loading configure.in +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # Don't forget to also update the NDB lines below. AM_INIT_AUTOMAKE(mysql, 5.1.2-alpha) AM_INIT_AUTOMAKE(mysql, 5.1.3-alpha) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 Loading sql/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h \ parse_file.h sql_view.h sql_trigger.h \ sql_array.h sql_cursor.h \ sql_plugin.h sql_plugin.h authors.h mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \ item.cc item_sum.cc item_buff.cc item_func.cc \ item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \ Loading Loading
configure.in +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # Don't forget to also update the NDB lines below. AM_INIT_AUTOMAKE(mysql, 5.1.2-alpha) AM_INIT_AUTOMAKE(mysql, 5.1.3-alpha) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 Loading
sql/Makefile.am +1 −1 Original line number Diff line number Diff line Loading @@ -62,7 +62,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \ sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h \ parse_file.h sql_view.h sql_trigger.h \ sql_array.h sql_cursor.h \ sql_plugin.h sql_plugin.h authors.h mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \ item.cc item_sum.cc item_buff.cc item_func.cc \ item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \ Loading