Commit Graph

12 Commits

Author SHA1 Message Date
bdefa5c3c8 These are the values that are required for MaxScale build process. If you change them, do not push unless you know what you're doing. Thanks! 2014-04-25 15:41:18 +03:00
f1acbc6926 build_gateway.inc didn't point to all header directories. Added one base directory for pre-processor. 2014-03-29 10:42:30 +02:00
f50de7a084 build_gateway.inc
Removed MARIADB_SRC_PATH
	Added MYSQL_ROOT - root directory where MariaDB headers are installed
	Added MYSQL_HEADERS - -I notation for three header directories
	Added EMBEDDED_LIB - for embedded library directory
	Added ERRMSG - for errmsg.sys file

log_manager.cc
	Little fixes

log_manager/makefile
	Updated header include directive

makefile.inc
	Removed DEBUGGER and BACKGR as unnecessary
	Added LIB for embedded library file name

query_classifier/makefile
	Updated header include directives and embedded library directory

query_classifier/query_classifier.cc
	clean up

server/core/Makefile
	Updated header include directives and embedded library directory
	Added libaio and install of errmsg.sys

server/core/dcb.c
	clean up

server/core/gateway.c
	Added --language and --skip-innodb to mysql_library_init command-line arguments list
	clean up

server/core/load_utils.c
	clean up

server/modules/monitor/Makefile
server/modules/routing/readwritesplit/Makefile
	Updated header include directives and embedded library directory

utils/skygw_debug.h
	http://bugs.skysql.com/show_bug.cgi?id=369

utils/skygw_types.h
utils/skygw_utils.cc
	clean up
2013-12-06 00:12:41 +02:00
f9a2a75987 Removed specific version number from MariaDB source path. Replaced it with 'mariadb/5.5' because 5.5 is supported and all existing versions still have serious issues. First possibly working version is 5.5.35 which isn't released yet. 2013-11-26 16:57:25 +02:00
8951f446ac - Removed the MARIADB_SRC_PATH twice set.
- Removed team member names from path examples
2013-11-26 12:49:29 +01:00
f88969c214 Code tidyup 2013-11-25 16:53:17 +01:00
050ca7ac7e Some fixes for doxygen generation 2013-11-25 10:12:08 +01:00
3cd5d7162a ifndef $(MARIADB_SRC_PATH) is not effective so changed to format ifndef MARIADB_SRC_PATH. 2013-08-21 23:32:28 +03:00
8f8798fa53 Added a new directory structure and fixed boost compiler problems. 2013-08-06 20:07:45 +03:00
602bd33378 Fix incorrect change 2013-07-24 15:51:39 +03:00
2fc7cb5525 Fixed issues on compiling and linking the library against example and test 2013-07-24 15:49:36 +03:00
525861cab3 Moved from query_classifier 2013-06-17 18:05:53 +03:00