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
298cb454
Commit
298cb454
authored
Aug 31, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ix compilition for computer in a previous timezone
parent
ef97deb0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Build-tools/Do-compile
Build-tools/Do-compile
+2
-0
sql/net_serv.cc
sql/net_serv.cc
+1
-1
sql/sql_parse.cc
sql/sql_parse.cc
+0
-1
No files found.
Build-tools/Do-compile
View file @
298cb454
...
...
@@ -111,6 +111,8 @@ safe_cd($ver);
if
(
$opt_stage
<=
1
)
{
$opt_config_options
.=
"
--with-low-memory
"
if
(
$opt_with_low_memory
);
# Fix files if this is in another timezone than work.mysql.com
log_system
("
touch *
");
unlink
("
config.cache
");
log_system
("
$make
clean
")
if
(
$opt_use_old_distribution
);
if
(
$opt_static_server
)
...
...
sql/net_serv.cc
View file @
298cb454
...
...
@@ -177,7 +177,7 @@ static my_bool net_realloc(NET *net, ulong length)
void
net_clear
(
NET
*
net
)
{
#ifndef EXTRA_DEBUG
int
count
;
int
count
;
// One may get 'unused' warning
bool
is_blocking
=
vio_is_blocking
(
net
->
vio
);
if
(
is_blocking
)
vio_blocking
(
net
->
vio
,
FALSE
);
...
...
sql/sql_parse.cc
View file @
298cb454
...
...
@@ -174,7 +174,6 @@ static bool check_user(THD *thd,enum_server_command command, const char *user,
*/
static
HASH
hash_user_connections
;
static
DYNAMIC_ARRAY
user_conn_array
;
extern
pthread_mutex_t
LOCK_user_conn
;
struct
user_conn
{
...
...
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