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
4dc963f6
Commit
4dc963f6
authored
Aug 01, 2003
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge kosipov@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/home/kostja/mysql/mysql-4.1-root
parents
42283d22
f54d9df3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
765 deletions
+4
-765
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+2
-0
mysql-test/r/fulltext2.result
mysql-test/r/fulltext2.result
+0
-765
mysql-test/t/fulltext2.test
mysql-test/t/fulltext2.test
+2
-0
No files found.
BitKeeper/etc/logging_ok
View file @
4dc963f6
...
...
@@ -53,6 +53,8 @@ jcole@sarvik.tfr.cafe.ee
jcole@tetra.spaceapes.com
jorge@linux.jorge.mysql.com
kaj@work.mysql.com
konstantin@mysql.com
kostja@oak.local
lenz@kallisto.mysql.com
lenz@mysql.com
miguel@hegel.(none)
...
...
mysql-test/r/fulltext2.result
View file @
4dc963f6
This diff is collapsed.
Click to expand it.
mysql-test/t/fulltext2.test
View file @
4dc963f6
...
...
@@ -17,6 +17,7 @@ CREATE TABLE t1 (
)
TYPE
=
MyISAM
;
# two-level entry, second-level tree with depth 2
--
disable_query_log
let
$
1
=
260
;
while
(
$
1
)
{
...
...
@@ -39,6 +40,7 @@ while ($1)
eval
insert
t1
(
a
)
values
(
'aaayyy'
);
dec
$
1
;
}
--
enable_query_log
# converting to two-level
repair
table
t1
quick
;
...
...
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