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
e6f39cab
Commit
e6f39cab
authored
Feb 13, 2001
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge
BitKeeper/etc/logging_ok: Auto merged
parents
e163cd5d
5420355f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
client/mysqldump.c
client/mysqldump.c
+2
-2
sql/sql_show.cc
sql/sql_show.cc
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
e6f39cab
mwagner@evoq.mwagner.org
tfr@coyote.emotion.ee
client/mysqldump.c
View file @
e6f39cab
...
...
@@ -37,7 +37,7 @@
** Tnu Samuel <tonu@please.do.not.remove.this.spam.ee>
**/
#define DUMP_VERSION "8.1
2
"
#define DUMP_VERSION "8.1
3
"
#include <global.h>
#include <my_sys.h>
...
...
@@ -808,7 +808,7 @@ static uint getTableStructure(char *table, char* db)
putc
(
','
,
sql_file
);
fputs
(
quote_name
(
row
[
4
],
name_buff
),
sql_file
);
if
(
row
[
7
])
fprintf
(
sql_file
,
"(%s)"
,
row
[
7
]);
/* Sub key */
fprintf
(
sql_file
,
"
(%s)"
,
row
[
7
]);
/* Sub key */
}
if
(
keynr
)
putc
(
')'
,
sql_file
);
...
...
sql/sql_show.cc
View file @
e6f39cab
...
...
@@ -846,7 +846,7 @@ store_create_info(THD *thd, TABLE *table, String *packet)
if
(
i
!=
primary_key
)
append_identifier
(
thd
,
packet
,
key_info
->
name
);
packet
->
append
(
'('
);
packet
->
append
(
" ("
,
2
);
for
(
uint
j
=
0
;
j
<
key_info
->
key_parts
;
j
++
,
key_part
++
)
{
...
...
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