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
e25a5877
Commit
e25a5877
authored
Mar 05, 2005
by
paul@frost.snake.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql_udf.cc:
Comment changes: use standard style; fix grammar.
parent
42e5de1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
sql/sql_udf.cc
sql/sql_udf.cc
+9
-9
No files found.
sql/sql_udf.cc
View file @
e25a5877
...
...
@@ -17,15 +17,15 @@
/* This implements 'user defined functions' */
/*
**
Known bugs:
**
** Memory for functions are
never freed!
** Shared libraries are not closed before mysqld exis
ts;
** - This is because we can't be sure if some threads is
using
** a functions
.
**
** The buggs only affects applications that creates and frees
a lot of
**
dynamic functions, so this shouldn't be a real problem.
Known bugs:
Memory for functions is
never freed!
Shared libraries are not closed before mysqld exi
ts;
- This is because we can't be sure if some threads are
using
a function
.
The bugs only affect applications that create and free
a lot of
dynamic functions, so this shouldn't be a real problem.
*/
#ifdef __GNUC__
...
...
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