2
# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
4
# This program is free software; you can redistribute it and/or
5
# modify it under the terms of the GNU General Public License as
6
# published by the Free Software Foundation; version 2 of the
9
# This program is distributed in the hope that it will be useful,
10
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
# GNU General Public License for more details.
14
# You should have received a copy of the GNU General Public License
15
# along with this program; if not, write to the Free Software
16
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22
## Jan's automated gdb-backtrace-generator
23
# PROXY_TRACE="gdb --batch --command=/Users/jan/projects/in-bzr/mysql-lb/backtrace.gdb --args " \
24
MYSQL_TEST_BIN="/usr/local/mysql/bin/mysqltest" \
25
LUA_USER_PATH="@CMAKE_SOURCE_DIR@/lib/?.lua" \
26
LUA_CPATH="@CMAKE_SOURCE_DIR@/build-lib/lib?@CMAKE_SHARED_LIBRARY_SUFFIX@" \
27
top_builddir=@CMAKE_BINARY_DIR@ \
28
builddir=@CMAKE_CURRENT_BINARY_DIR@ \
29
srcdir=@CMAKE_CURRENT_SOURCE_DIR@/ \
30
PROXY_LIBPATH=@CMAKE_SOURCE_DIR@/build/ \
31
PROXY_BINPATH=@CMAKE_SOURCE_DIR@/build-src/mysql-proxy \