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
3eaa2494
Commit
3eaa2494
authored
Aug 16, 2000
by
jcole@jcole.burghcom.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "dosen't" for someone who mailed us. :)
parent
7d0072eb
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
10 deletions
+11
-10
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
Docs/manual.texi
Docs/manual.texi
+1
-1
dbug/monty.doc
dbug/monty.doc
+4
-4
isam/isamchk.c
isam/isamchk.c
+1
-1
libmysql/libmysql.c
libmysql/libmysql.c
+1
-1
sql-bench/server-cfg.sh
sql-bench/server-cfg.sh
+1
-1
sql/sql_base.cc
sql/sql_base.cc
+1
-1
sql/sql_test.cc
sql/sql_test.cc
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
3eaa2494
monty@donna.mysql.com
monty@donna.mysql.com
sasha@mysql.sashanet.com
sasha@mysql.sashanet.com
jcole@jcole.burghcom.com
Docs/manual.texi
View file @
3eaa2494
...
@@ -8962,7 +8962,7 @@ and @file{.frm} files to which the table corresponds.
...
@@ -8962,7 +8962,7 @@ and @file{.frm} files to which the table corresponds.
In SQL statements, you can access tables from different databases
In SQL statements, you can access tables from different databases
with the @code{db_name.tbl_name} syntax. Some SQL servers provide
with the @code{db_name.tbl_name} syntax. Some SQL servers provide
the same functionality but call this @code{User space}.
the same functionality but call this @code{User space}.
@strong{MySQL} do
se
n't support tablespaces like in:
@strong{MySQL} do
es
n't support tablespaces like in:
@code{create table ralph.my_table...IN my_tablespace}.
@code{create table ralph.my_table...IN my_tablespace}.
@item
@item
dbug/monty.doc
View file @
3eaa2494
Some extra options to DBUG_PUSH:
Some extra options to DBUG_PUSH:
O,logfile - As "o,logfile", but do a close and reopen each time anything
O,logfile - As
in
"o,logfile", but do a close and reopen each time anything
is written to the logfile. This is ne
a
ded when one expects
is written to the logfile. This is ne
e
ded when one expects
the program to crash anywhere, in which case one do
se
n't
the program to crash anywhere, in which case one do
es
n't
(at least in MSDOS) get a full log-file.
(at least in MSDOS) get a full log-file.
If one wants a logfile with a ': in the filename, one can get it by
If one wants a logfile with a ':
'
in the filename, one can get it by
giving a double ':'. (As in "O,c::\tmp\log")
giving a double ':'. (As in "O,c::\tmp\log")
DBUG_DUMP("keyword",memory-position,length) writes a hexdump of the
DBUG_DUMP("keyword",memory-position,length) writes a hexdump of the
...
...
isam/isamchk.c
View file @
3eaa2494
...
@@ -1401,7 +1401,7 @@ int extend;
...
@@ -1401,7 +1401,7 @@ int extend;
}
}
else
if
(
record_checksum
!=
intern_record_checksum
&&
info
->
s
->
state
.
keys
)
else
if
(
record_checksum
!=
intern_record_checksum
&&
info
->
s
->
state
.
keys
)
{
{
print_error
(
"Keypointers and records do
se
n't match"
);
print_error
(
"Keypointers and records don't match"
);
error
=
1
;
error
=
1
;
}
}
if
(
used
+
empty
+
del_length
!=
info
->
s
->
state
.
data_file_length
)
if
(
used
+
empty
+
del_length
!=
info
->
s
->
state
.
data_file_length
)
...
...
libmysql/libmysql.c
View file @
3eaa2494
...
@@ -1983,7 +1983,7 @@ mysql_data_seek(MYSQL_RES *result, my_ulonglong row)
...
@@ -1983,7 +1983,7 @@ mysql_data_seek(MYSQL_RES *result, my_ulonglong row)
/*************************************************************************
/*************************************************************************
** put the row or field cursor one a position one got from mysql_row_tell()
** put the row or field cursor one a position one got from mysql_row_tell()
** This do
se
n't restore any data. The next mysql_fetch_row or
** This do
es
n't restore any data. The next mysql_fetch_row or
** mysql_fetch_field will return the next row or field after the last used
** mysql_fetch_field will return the next row or field after the last used
*************************************************************************/
*************************************************************************/
...
...
sql-bench/server-cfg.sh
View file @
3eaa2494
...
@@ -421,7 +421,7 @@ sub create
...
@@ -421,7 +421,7 @@ sub create
$field
=
~ s/tinyint|smallint|mediumint|integer/int/i
;
$field
=
~ s/tinyint|smallint|mediumint|integer/int/i
;
# mSQL can't handle different visual lengths
# mSQL can't handle different visual lengths
$field
=
~ s/int
\(\d
*
\)
/int/i
;
$field
=
~ s/int
\(\d
*
\)
/int/i
;
# mSQL do
se
n't have float, change it to real
# mSQL do
es
n't have float, change it to real
$field
=
~ s/float
(
\(\d
*
,
\d
*
\)
){
0,1
}
/real/i
;
$field
=
~ s/float
(
\(\d
*
,
\d
*
\)
){
0,1
}
/real/i
;
$field
=
~ s/double
(
\(\d
*
,
\d
*
\)
){
0,1
}
/real/i
;
$field
=
~ s/double
(
\(\d
*
,
\d
*
\)
){
0,1
}
/real/i
;
# mSQL doesn't have blob, it has text instead
# mSQL doesn't have blob, it has text instead
...
...
sql/sql_base.cc
View file @
3eaa2494
...
@@ -171,7 +171,7 @@ static void check_unused(void)
...
@@ -171,7 +171,7 @@ static void check_unused(void)
}
}
if
(
count
!=
0
)
if
(
count
!=
0
)
{
{
DBUG_PRINT
(
"error"
,(
"Unused_links do
se
n't match open_cache: diff: %d"
,
/* purecov: inspected */
DBUG_PRINT
(
"error"
,(
"Unused_links do
es
n't match open_cache: diff: %d"
,
/* purecov: inspected */
count
));
/* purecov: inspected */
count
));
/* purecov: inspected */
}
}
}
}
...
...
sql/sql_test.cc
View file @
3eaa2494
...
@@ -86,7 +86,7 @@ void print_cached_tables(void)
...
@@ -86,7 +86,7 @@ void print_cached_tables(void)
}
}
}
}
if
(
count
!=
unused
)
if
(
count
!=
unused
)
printf
(
"Unused_links (%d) do
se
n't match open_cache: %d
\n
"
,
count
,
unused
);
printf
(
"Unused_links (%d) do
es
n't match open_cache: %d
\n
"
,
count
,
unused
);
printf
(
"
\n
Current refresh version: %ld
\n
"
,
refresh_version
);
printf
(
"
\n
Current refresh version: %ld
\n
"
,
refresh_version
);
if
(
hash_check
(
&
open_cache
))
if
(
hash_check
(
&
open_cache
))
printf
(
"Error: File hash table is corrupted
\n
"
);
printf
(
"Error: File hash table is corrupted
\n
"
);
...
...
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