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
b5775ee1
Commit
b5775ee1
authored
Mar 04, 2005
by
ingo@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/mydev/mysql-4.0
into mysql.com:/home/mydev/mysql-4.1-4100
parents
f2c414e0
d68db573
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
myisam/mi_create.c
myisam/mi_create.c
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+2
-2
No files found.
myisam/mi_create.c
View file @
b5775ee1
...
...
@@ -562,7 +562,7 @@ int mi_create(const char *name,uint keys,MI_KEYDEF *keydefs,
if
(
share
.
base
.
raid_type
)
{
(
void
)
fn_format
(
filename
,
name
,
""
,
MI_NAME_DEXT
,
2
+
4
);
if
((
dfile
=
my_raid_create
(
filename
,
0
,
create_mode
if
((
dfile
=
my_raid_create
(
filename
,
0
,
create_mode
,
share
.
base
.
raid_type
,
share
.
base
.
raid_chunks
,
share
.
base
.
raid_chunksize
,
...
...
sql/mysqld.cc
View file @
b5775ee1
...
...
@@ -4176,8 +4176,8 @@ struct my_option my_long_options[] =
{
"ansi"
,
'a'
,
"Use ANSI SQL syntax instead of MySQL syntax. This mode will also set transaction isolation level 'serializable'."
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"allow-suspicious-udfs"
,
OPT_ALLOW_SUSPICIOUS_UDFS
,
"Allows
to use UDF'
s consisting of only one symbol xxx() "
"without corresponing xxx_init() or xxx_deinit(). That also means "
"Allows
use of UDF
s consisting of only one symbol xxx() "
"without correspon
d
ing xxx_init() or xxx_deinit(). That also means "
"that one can load any function from any library, for example exit() "
"from libc.so"
,
(
gptr
*
)
&
opt_allow_suspicious_udfs
,
(
gptr
*
)
&
opt_allow_suspicious_udfs
,
...
...
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