Remove stubs for old Lua scripts.
This commit is contained in:
@ -559,7 +559,6 @@ sysbench/tests/fileio/Makefile
|
||||
sysbench/tests/memory/Makefile
|
||||
sysbench/tests/threads/Makefile
|
||||
sysbench/tests/mutex/Makefile
|
||||
sysbench/tests/db/Makefile
|
||||
sysbench/lua/Makefile
|
||||
sysbench/lua/internal/Makefile
|
||||
tests/Makefile
|
||||
|
||||
@ -15,4 +15,4 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
SUBDIRS = cpu fileio memory threads mutex db
|
||||
SUBDIRS = cpu fileio memory threads mutex
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
# Copyright (C) 2008 MySQL AB
|
||||
# Copyright (C) 2008-2014 Alexey Kopytov <akopytov@gmail.com>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
dist_pkgdata_DATA = delete.lua insert.lua bulk_insert.lua \
|
||||
oltp_read_write.lua oltp_read_only.lua \
|
||||
parallel_prepare.lua \
|
||||
select_random_points.lua \
|
||||
select_random_ranges.lua \
|
||||
select.lua \
|
||||
update_index.lua \
|
||||
update_non_index.lua
|
||||
Reference in New Issue
Block a user