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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
599ec2f8
Commit
599ec2f8
authored
Jun 07, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove "is_debug_build.inc" and use already existing "have-debug.inc"
parent
597c75d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
mysql-test/include/is_debug_build.inc
mysql-test/include/is_debug_build.inc
+0
-4
mysql-test/t/sp-code.test
mysql-test/t/sp-code.test
+1
-1
No files found.
mysql-test/include/is_debug_build.inc
deleted
100644 → 0
View file @
597c75d2
--
require
r
/
is_debug_build
.
require
--
disable_query_log
select
instr
(
version
(),
"debug"
)
>
0
;
--
enable_query_log
mysql-test/t/sp-code.test
View file @
599ec2f8
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Test the debugging feature "show procedure/function code <name>"
# Test the debugging feature "show procedure/function code <name>"
#
#
--
source
include
/
is_debug_build
.
inc
--
source
include
/
have_debug
.
inc
--
disable_warnings
--
disable_warnings
drop
procedure
if
exists
empty
;
drop
procedure
if
exists
empty
;
...
...
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