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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
8efd73dc
Commit
8efd73dc
authored
Jan 28, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
parents
75e0c1a8
e47833bc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+2
-1
Docs/manual.texi
Docs/manual.texi
+1
-1
libmysql/errmsg.c
libmysql/errmsg.c
+3
-3
myisam/mi_check.c
myisam/mi_check.c
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
8efd73dc
jcole@tetra.spaceapes.com
monty@donna.mysql.com
monty@work.mysql.com
mwagner@work.mysql.com
paul@central.snake.net
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@donna.mysql.com
serg@serg.mysql.com
tim@cane.mysql.fi
monty@work.mysql.com
Docs/manual.texi
View file @
8efd73dc
...
...
@@ -38946,7 +38946,7 @@ your @code{FULLTEXT} indexes.
@end example
line in @code{myisam/ftdefs.h} to
@example
#define GWS_IN_USE GWS_
IDF
#define GWS_IN_USE GWS_
FREQ
@end example
and recompile @strong{MySQL}.
There is no need to rebuild the indexes though.
libmysql/errmsg.c
View file @
8efd73dc
...
...
@@ -36,7 +36,7 @@ const char *client_errors[]=
"MySQL client got out of memory"
,
"Wrong host info"
,
"Localhost via UNIX socket"
,
"%s via TCP/IP"
,
"%
-.64
s via TCP/IP"
,
"Error in server handshake"
,
"Lost connection to MySQL server during query"
,
"Commands out of sync; You can't run this command now"
,
...
...
@@ -62,11 +62,11 @@ const char *client_errors[]=
"MySQL client run out of memory"
,
"Wrong host info"
,
"Localhost via UNIX socket"
,
"%s via TCP/IP"
,
"%
-.64
s via TCP/IP"
,
"Error in server handshake"
,
"Lost connection to MySQL server during query"
,
"Commands out of sync; You can't run this command now"
,
"%s via named pipe"
,
"%
-.64
s via named pipe"
,
"Can't wait for named pipe to host: %-.64s pipe: %-.32s (%lu)"
,
"Can't open named pipe to host: %-.64s pipe: %-.32s (%lu)"
,
"Can't set state of named pipe to host: %-.64s pipe: %-.32s (%lu)"
,
...
...
myisam/mi_check.c
View file @
8efd73dc
...
...
@@ -376,7 +376,7 @@ int chk_key(MI_CHECK *param, register MI_INFO *info)
if
((
!
(
param
->
testflag
&
T_SILENT
)))
printf
(
"- check data record references index: %d
\n
"
,
key
+
1
);
if
(
share
->
state
.
key_root
[
key
]
==
HA_OFFSET_ERROR
&&
info
->
state
->
records
==
0
)
(
info
->
state
->
records
==
0
||
keyinfo
->
flag
&
HA_FULLTEXT
)
)
continue
;
if
(
!
_mi_fetch_keypage
(
info
,
keyinfo
,
share
->
state
.
key_root
[
key
],
info
->
buff
,
0
))
...
...
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