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
5a5e2be9
Commit
5a5e2be9
authored
Apr 17, 2001
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client/mysqltest.c
fixed typo
parent
858867fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/mysqltest.c
client/mysqltest.c
+2
-2
No files found.
client/mysqltest.c
View file @
5a5e2be9
...
...
@@ -198,7 +198,7 @@ DYNAMIC_STRING ds_res;
static
void
die
(
const
char
*
fmt
,
...);
static
void
init_var_hash
();
static
byte
*
get_var_key
(
const
byte
*
rec
,
uint
*
len
,
my_bool
__attribute
((
unused
))
t
);
my_bool
__attribute
__
((
unused
))
t
);
static
VAR
*
var_init
(
const
char
*
name
,
int
name_len
,
const
char
*
val
,
int
val_len
);
...
...
@@ -1710,7 +1710,7 @@ void get_query_type(struct st_query* q)
}
static
byte
*
get_var_key
(
const
byte
*
var
,
uint
*
len
,
my_bool
__attribute
((
unused
))
t
)
my_bool
__attribute
__
((
unused
))
t
)
{
register
char
*
key
;
key
=
((
VAR
*
)
var
)
->
name
;
...
...
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