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
43f5b7cd
Commit
43f5b7cd
authored
Mar 01, 2010
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Plain Diff
Auto-merge from mysql-5.1.
parents
d583c459
3f484dbe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
.bzr-mysql/default.conf
.bzr-mysql/default.conf
+1
-1
scripts/mysqld_multi.sh
scripts/mysqld_multi.sh
+0
-1
sql/item_timefunc.cc
sql/item_timefunc.cc
+1
-1
No files found.
.bzr-mysql/default.conf
View file @
43f5b7cd
[
MYSQL
]
post_commit_to
=
"commits@lists.mysql.com"
post_push_to
=
"commits@lists.mysql.com"
tree_name
=
"mysql-trunk
-bugfixing
"
tree_name
=
"mysql-trunk"
scripts/mysqld_multi.sh
View file @
43f5b7cd
...
...
@@ -71,7 +71,6 @@ sub main
print
"WARNING: --config-file is deprecated and will be removed
\n
"
;
print
"in MySQL 5.6. Please use --defaults-extra-file instead
\n
"
;
}
}
}
foreach
(
@defaults_options
)
...
...
sql/item_timefunc.cc
View file @
43f5b7cd
...
...
@@ -876,7 +876,7 @@ static bool get_interval_info(const char *str,uint length,CHARSET_INFO *cs,
value
=
value
*
LL
(
10
)
+
(
longlong
)
(
*
str
-
'0'
);
if
(
transform_msec
&&
i
==
count
-
1
)
// microseconds always last
{
int
msec_length
=
6
-
(
int
)(
str
-
start
);
int
msec_length
=
6
-
(
int
)
(
str
-
start
);
if
(
msec_length
>
0
)
value
*=
(
long
)
log_10_int
[
msec_length
];
}
...
...
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