Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
fb36bf95
Commit
fb36bf95
authored
Feb 28, 2007
by
msvensson@pilot.blaudden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#20166 mysql-test-run.pl does not test system privilege tables creation
- Null merge 4.1 patch
parent
05ed84a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
mysql-test/Makefile.am
mysql-test/Makefile.am
+1
-6
scripts/Makefile.am
scripts/Makefile.am
+0
-1
No files found.
mysql-test/Makefile.am
View file @
fb36bf95
...
...
@@ -34,7 +34,7 @@ benchdir_root= $(prefix)
testdir
=
$(benchdir_root)
/mysql-test
EXTRA_SCRIPTS
=
mysql-test-run-shell.sh install_test_db.sh valgrind.supp
$(PRESCRIPTS)
EXTRA_DIST
=
$(EXTRA_SCRIPTS)
GENSCRIPTS
=
mysql-test-run-shell mysql-test-run install_test_db mtr
lib/init_db.sql
GENSCRIPTS
=
mysql-test-run-shell mysql-test-run install_test_db mtr
PRESCRIPTS
=
mysql-test-run.pl
test_SCRIPTS
=
$(GENSCRIPTS)
$(PRESCRIPTS)
test_DATA
=
std_data/client-key.pem
\
...
...
@@ -123,11 +123,6 @@ mysql-test-run:
$(RM)
-f
mysql-test-run
$(LN_S)
mysql-test-run.pl mysql-test-run
# Build init_db.sql by executing mysql_create_system_tables
lib/init_db.sql
:
$(top_builddir)
/scripts/mysql_create_system_tables
\
test
.
\@
HOSTNAME
\@
>
lib/init_db.sql
SUFFIXES
=
.sh
.sh
:
...
...
scripts/Makefile.am
View file @
fb36bf95
...
...
@@ -93,7 +93,6 @@ CLEANFILES = @server_scripts@ \
mysql_upgrade_shell
\
mysqld_multi
\
make_win_src_distribution
\
mysql_create_system_tables
\
mysql_fix_privilege_tables.sql
# mysqlbug should be distributed built so that people can report build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment