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
298917eb
Commit
298917eb
authored
Sep 05, 2006
by
cmiller@zippy.cornsilk.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bad manual merge.
parent
e5669a65
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
317 deletions
+0
-317
mysql-test/r/grant.result
mysql-test/r/grant.result
+0
-313
sql/mysqld.cc
sql/mysqld.cc
+0
-4
No files found.
mysql-test/r/grant.result
View file @
298917eb
This diff is collapsed.
Click to expand it.
sql/mysqld.cc
View file @
298917eb
...
...
@@ -326,8 +326,6 @@ static char *my_bind_addr_str;
static
char
*
default_collation_name
;
static
char
*
default_storage_engine_str
;
static
char
compiled_default_collation_name
[]
=
MYSQL_DEFAULT_COLLATION_NAME
;
static
char
mysql_data_home_buff
[
2
];
static
struct
passwd
*
user_info
;
static
I_List
<
THD
>
thread_cache
;
static
pthread_cond_t
COND_thread_cache
,
COND_flush_thread_cache
;
...
...
@@ -508,10 +506,8 @@ key_map key_map_full(0); // Will be initialized later
const
char
*
opt_date_time_formats
[
3
];
char
*
language_ptr
,
*
default_collation_name
,
*
default_character_set_name
;
char
mysql_data_home_buff
[
2
],
*
mysql_data_home
=
mysql_real_data_home
;
struct
passwd
*
user_info
;
char
*
mysql_data_home
=
mysql_real_data_home
;
char
server_version
[
SERVER_VERSION_LENGTH
];
char
*
mysqld_unix_port
,
*
opt_mysql_tmpdir
;
const
char
**
errmesg
;
/* Error messages */
...
...
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