serg@serg.mysql.com
6a41e1f3a5
merged
2001-04-13 21:29:06 +02:00
serg@serg.mysql.com
f48ed45303
merged
2001-04-13 21:16:53 +02:00
sasha@mysql.sashanet.com
b8c416ac65
mysql-test/mysql-test-run.sh
...
added --bench option
sql-bench/Makefile.am
added bench-count-distinct.sh test
sql-bench/bench-init.pl.sh
added --socket option
2001-04-13 12:51:27 -06:00
serg@serg.mysql.com
ca0ba8e0ab
this won't be pushed
2001-04-13 16:18:44 +02:00
monty@donna.mysql.fi
46839ed2f2
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-13 12:39:34 +03:00
monty@donna.mysql.fi
8700c02dae
Changed Innobase to Innodb
...
Deleted a lot of old benchmark runs
2001-04-13 12:25:12 +03:00
sasha@mysql.sashanet.com
a93d30b345
Merge mysql.sashanet.com:/home/sasha/src/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
2001-04-12 14:51:45 -06:00
sasha@mysql.sashanet.com
1915d11bb4
BitKeeper/triggers/post-commit
...
do REAL_EMAIL magic
mysql-test/mysql-test-run.sh
added show_failed_diffs
mysql-test/r/bench_count_distinct.result
tired of waiting :-)
mysql-test/r/rpl000001.result
new test results after implementing Monty's Hack (TM)
mysql-test/t/bench_count_distinct.test
tired of waiting
mysql-test/t/rpl000001.test
implemented Monty's Hack (TM) to kill a query in the middle of update
without generating a table with 30,000 rows. This will also avoice the
timing uncertainty
2001-04-12 13:46:19 -06:00
monty@donna.mysql.fi
714431e3a6
Added intern which functions to benchmarks
2001-04-12 15:46:50 +03:00
sasha@mysql.sashanet.com
593e7ab4f3
Ugly merge of 3.23 changes into 4.0 - fix up needed
2001-04-11 19:09:00 -06:00
sasha@mysql.sashanet.com
16eb5e87a2
merge
2001-04-11 16:49:40 -06:00
sasha@mysql.sashanet.com
b292cdc2e9
mysql-test/t/rpl000015.test
...
reversed incorrect temporary change
2001-04-11 16:36:07 -06:00
sasha@mysql.sashanet.com
2392c3abd7
fixed bugs in the new stuff in rpl000001 test
...
start slave thread if master.info is present and server_id is set
updates for rpl000015 and rpl000016 to remove master.info to make sure
master info struct does not get auto-initialized
2001-04-11 16:29:15 -06:00
monty@donna.mysql.fi
53f518c42d
Fixed bug when using a key on a CHAR(255) NULL column
2001-04-12 00:56:55 +03:00
monty@donna.mysql.fi
dc933ad9d6
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
2001-04-11 20:23:31 +03:00
monty@donna.mysql.fi
d2dc65f1b4
Fixed bug in REGEXP for Linux Alpha
2001-04-11 20:19:52 +03:00
monty@work.mysql.com
8f62579c38
Added all changes from old 4.0 version:
...
PSTACK, libmysqld and MySQL filesystem
UPDATE ... ORDER BY
DELETE ... ORDER BY
New faster fulltext handling
Faster compressed keys
2001-04-11 13:04:03 +02:00
sasha@mysql.sashanet.com
102c1945eb
do not log the drop internal temporary tables into the binary log
...
mark killed partially completed updates with an error code in binlog
stop replication if the master reports a possible partial/killed update
test partially killed update
2001-04-10 20:56:54 -06:00
sasha@mysql.sashanet.com
54b9d367f9
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-04-10 10:21:27 -06:00
monty@donna.mysql.fi
3c82d4a2e1
Fixed bug with UPDATE/DELETE on UNIQUE key which could be NULL
2001-04-10 11:32:28 +03:00
sasha@mysql.sashanet.com
30ca82bc98
mysql-test/t/bench_count_distinct.test
...
make table delay key write to speed things up a bit
2001-04-09 18:31:00 -06:00
sasha@mysql.sashanet.com
704567d19e
added gprof options
...
added a benchmark test for count(distinct)
2001-04-09 18:25:06 -06:00
monty@donna.mysql.fi
7f21a7a6da
Fixed INSERT DELAYED with Innobase
...
Fix for shutdown on NT
Fixed bug when using wrong dates from blob field.
2001-04-09 21:08:56 +03:00
serg@serg.mysql.com
a981cfbdcb
This won't be pushed either
2001-04-09 15:37:19 +02:00
serg@serg.mysql.com
28750d031a
This wouldn't ever be pushed
2001-04-08 12:56:12 +02:00
serg@serg.mysql.com
a6ebe74e3c
Preliminary commit of HANDLER syntax (w/o LIMIT or column-list)
2001-04-07 00:18:33 +02:00
sasha@mysql.sashanet.com
fdf19ea879
moved bdb/innobase to compile-pentium-debug-max
...
fixed bug in variable assignment in mysqltest
fixed coredump on conversion from empty blob/text to date
added test case for empty blob conversion to date
2001-04-05 19:04:34 -06:00
monty@donna.mysql.fi
56f4427f32
Cleanup of manual
2001-04-02 02:33:25 +03:00
monty@donna.mysql.fi
65822120f5
Fixed bug in ALTER TABLE
...
Removed _mi_rkey() function
New fork_big.pl multi-thread test
2001-04-01 13:45:48 +03:00
monty@donna.mysql.fi
a49a2e2001
Added check to isolation test if Gemini is used
2001-03-28 04:35:30 +03:00
sasha@mysql.sashanet.com
620010abfc
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-03-27 10:24:44 -07:00
sasha@mysql.sashanet.com
ee0f6217ea
I was wrong about concurrent insert issue in rpl000016 - it still failed
...
once after the lock. Now changed test case and added eval support to
mysqltest to make it easier to debug
2001-03-27 10:23:04 -07:00
ccarkner@nslinuxw10.bedford.progress.com
d270ccd737
Created an isolation test for testing isolation levels.
2001-03-27 09:56:45 -05:00
monty@donna.mysql.fi
e5da9a96de
Fixed bug in lock tables introduced by shared locks.
...
New lock test
2001-03-27 13:05:48 +03:00
sasha@mysql.sashanet.com
62e6906bfb
worked around gcc bug to make compile-pentium-gcov work
...
increase coverage for table.cc in mysql_rm_table()
ingore temporary gcov files
fixed bug in replication test case
2001-03-26 21:03:08 -07:00
monty@donna.mysql.fi
dab74107ab
Fix a crash in Innobase with tables with many columns and a range query
...
Removed all Attic directories.
2001-03-26 16:49:11 +03:00
monty@donna.mysql.fi
44c0545ab9
Added test case that crashed Innobase
2001-03-26 13:27:36 +03:00
monty@donna.mysql.fi
5487d7a8c0
Fixed bug in send in mysqltest
...
Removed usage of @r/result as this made life hard when testing different
table handlers.
Allow concurrent inserts if no update/binary log.
Don't remove key_cache at flush tables.
Fixed bug in SELECT DISTINCT SUM()...
2001-03-25 01:02:26 +02:00
monty@donna.mysql.fi
aa11573380
Added defines for fast mutex in glibc 2.2 (should be safe)
...
Fixed crash in SELECT DISTINCT SUM(...)
Fix return value of mysortncmp() for innobase
Fix join_crash bug
2001-03-24 20:15:14 +02:00
sasha@mysql.sashanet.com
2531f38803
added test case for the nasty join query crash
2001-03-23 21:56:18 -07:00
sasha@mysql.sashanet.com
b54cbeac05
fixes to get flush test to work only to discover another bug in flush
...
tables - read comments below
2001-03-23 19:59:30 -07:00
monty@tik.mysql.fi
5c497ccf2f
Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql
2001-03-23 20:40:31 +02:00
monty@tik.mysql.fi
3099c54d94
Test case for bug when updating on key
...
Fixed bug in CONCAT_WS()
Print the default ISOLATION level.
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
2001-03-23 20:38:42 +02:00
sasha@mysql.sashanet.com
cb8962ac80
fixed bug on re-open of temp tables after FLUSH in the middle of open
...
added flush test case, but had to comment the fun part out because it
does not work for some reason - will investigate why.
2001-03-22 20:04:59 -07:00
mikef@nslinux.bedford.progress.com
d145a6b97e
Add support for Gemini table handler, Monty has checked and approved
...
Fix bug when read return error
2001-03-21 15:34:16 -05:00
monty@tik.mysql.fi
6f9a73a1ba
Added isolation levels
...
Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
2001-03-21 01:02:22 +02:00
monty@donna.mysql.fi
2aa2255c04
Improved ANALYZE TABLE a bit for small tables.
2001-03-15 13:36:14 +02:00
monty@donna.mysql.fi
c36f4fd0c2
Added tests if a user variable is changed in the same query.
2001-03-15 11:55:44 +02:00
monty@donna.mysql.fi
d0722d73b0
Added fix for using variables with distinct
2001-03-15 03:55:48 +02:00
sasha@mysql.sashanet.com
0dd0d88e8f
changed signal by fd close to signal by vio_close
...
added support for kill expr
fixed coredump in set @a := foo;
added testcase for user_var
added testcase for kill
2001-03-13 23:07:12 -07:00
serg@serg.mysql.com
555430819d
mysql-test/r/order_by.result fixed for new test
...
sql/field.cc ORDER BY bug fixed
2001-03-13 13:30:12 +01:00
serg@serg.mysql.com
97fc1cc32b
sql_lex.cc per-thread state_map temporarily disabled
...
mysql-test-run.sh PATH corrected
2001-03-13 12:54:43 +01:00
sasha@mysql.sashanet.com
a2b6410965
untested changes to close socket on slave stop for OS's that do not
...
interrupt I/O after thr_alarm_kill()
test case for order by desc coredump
2001-03-12 20:17:32 -07:00
monty@donna.mysql.fi
5985de2db5
Added new tests to benchmark suite
2001-03-11 21:20:15 +02:00
monty@donna.mysql.fi
c1402e2d5c
Fixed bug in MAX() optimizing for BDB tables
2001-03-10 17:05:10 +02:00
monty@donna.mysql.fi
267c8760cb
Fixed wrong option in mysql_install_db
...
Added delayed_user for delayed_threads
Don't use record cache when doing deletes
2001-03-09 03:38:18 +02:00
monty@donna.mysql.fi
2104405904
Added documentation about mysql-test-run
2001-03-08 22:27:43 +02:00
monty@donna.mysql.fi
32d403f087
Fixed bug in INSERT DELAYED when INSERT generated an error
2001-03-08 21:49:15 +02:00
monty@donna.mysql.fi
98c70da357
Fixed test cases for innobase
...
Fixed bug introduced with last ORDER BY optimization
Changed log position to longlong to avoid warnings.
2001-03-07 23:50:44 +02:00
monty@donna.mysql.fi
becf27e6db
Removed duplicated index_init() calls that causes problems with BDB
...
tables.
Merged maxsql.spec with mysql.spec
2001-03-07 14:06:39 +02:00
monty@donna.mysql.fi
e829e96dbc
Patch from sleepycat to fix problem with BDB and log files
...
Print full command name to log files
Convert table type to supported onces on ALTER TABLE
2001-03-06 20:38:53 +02:00
monty@donna.mysql.fi
bda3e09935
Merged some functions and removed some unused client functions.
...
Remember UNION for ALTER TABLE
Added test for if we are supporting transactions.
Don't allow REPLACE to replace a row when we have generated an auto_increment key
Fixed bug when using BLOB keys
Fixed bug in SET @variable=user.
2001-03-06 15:24:08 +02:00
monty@donna.mysql.fi
5ccbbd83f2
Fixes for innobase usage
...
Fixed bug when using TEXT columns with BDB tables
Allow LOAD DATA INFILE to use numbers with ENUM and SET columns
2001-03-03 03:03:12 +02:00
serg@serg.mysql.com
1cca44ab11
Merge
2001-03-01 21:04:36 +01:00
sasha@mysql.sashanet.com
6a0faa9a65
mysql-test/t/bdb-crash.test
...
make sure we get correct data
2001-03-01 12:01:00 -07:00
sasha@mysql.sashanet.com
bc52b4a280
text/blob fields in some cases were not handled properly
2001-03-01 11:49:06 -07:00
serg@serg.mysql.com
444cd700a6
sql_select.cc MATCH ... AGAINST (NULL) bug fixed
...
item_func.cc MATCH ... AGAINST (NULL) bug fixed
fulltext.test MATCH ... AGAINST (NULL) bug fixed
fulltext.result MATCH ... AGAINST (NULL) bug fixed
2001-02-28 11:43:08 +01:00
serg@serg.mysql.com
9ee11094db
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-02-28 09:51:41 +01:00
sasha@mysql.sashanet.com
01370b46ca
mysql-test/t/fulltext.test
...
added a test case for a coredump bug.
2001-02-27 18:32:40 -07:00
serg@serg.mysql.com
689273affc
Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql
2001-02-23 22:47:28 +01:00
monty@donna.mysql.fi
1c298277f9
Fixes for innobase
...
Added test for ALTER TABLE ORDER BY
2001-02-21 14:16:00 +02:00
sasha@mysql.sashanet.com
b7170cf9cc
replication fixes
2001-02-19 23:08:24 -07:00
serg@serg.mysql.com
20cede8d27
Merge
2001-02-19 16:32:00 +01:00
monty@donna.mysql.com
d218ebcc51
Added locks needed for Innobase
...
Fixed mutex problem when doing automatic repair of MyISAM tables
2001-02-18 00:03:37 +02:00
monty@donna.mysql.com
ece13efde9
Write UNION() for MERGE tables
2001-02-17 19:04:33 +02:00
monty@donna.mysql.com
c533308a15
Added Innobase to source distribution
2001-02-17 14:19:19 +02:00
sasha@mysql.sashanet.com
4ae63ecab8
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-02-14 21:31:35 -07:00
sasha@mysql.sashanet.com
afaf0cbd0f
fixed bug in timestamp replication
2001-02-14 21:23:20 -07:00
monty@donna.mysql.com
450d98e341
Changed --replace to --replace_result in mysqltest
...
Changed errmsg -> my_errmsg (portability issue)
Fixed that mysqlbinlog writes SET TIMESTAMP before all queries
Fixed comments in default my.cnf files
2001-02-15 03:43:14 +02:00
sasha@mysql.sashanet.com
4fffd9dcd9
mysql-test/r/fulltext.result
...
after Indrek's bugfix in show create table, the result has two extra spaces
2001-02-14 13:46:13 -07:00
monty@donna.mysql.com
fbedc9719e
Added --replace to mysqltest
...
Fixed that GROUP BY can take DESC
2001-02-13 12:39:50 +02:00
serg@serg.mysql.com
4ca77206dd
sql_select.cc (at last) fulltext/cache bug fixed
...
fulltext_cache.result (at last) fulltext/cache bug fixed
2001-02-10 20:54:58 +01:00
monty@donna.mysql.com
d487e5a9b1
Use new bitmap interface
...
Patches for Armstrong
Removed warnings when using REPAIR TABLE .. EXTENDED
2001-02-07 17:42:20 +02:00
monty@donna.mysql.com
728b63e0de
Workaround for bug in thread library in Unixware 7
...
Fixed bug in GROUP BY on ELT()
Added SEQUENCE() to UDF examples
2001-02-03 18:00:29 +02:00
monty@donna.mysql.com
cffc2849f9
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-02 04:09:04 +02:00
tim@threads.polyesthetic.msg
bcd6abea6d
Use INSTALL_DATA instead of cp.
...
mysql.server is a script, not data.
2001-02-01 20:49:04 -05:00
monty@donna.mysql.com
136ddd1f86
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-02-02 03:47:40 +02:00
monty@donna.mysql.com
9d120741d2
Portability fixes
...
Changed TRUNCATE table_name -> TRUNCATE TABLE table_name
2001-02-02 03:47:06 +02:00
tim@threads.polyesthetic.msg
faeb9896bd
Use $(INSTALL_DATA) instead of cp -p in mysql-test and sql-bench.
...
Clean up $(INSTALL_DATA) use in sql/share.
2001-01-31 15:01:16 -05:00
sasha@mysql.sashanet.com
9adb3ebe03
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-30 20:41:27 -07:00
sasha@mysql.sashanet.com
9cbf5b695f
test oversized password
...
fix to make table.cc compile
2001-01-30 20:40:23 -07:00
monty@donna.mysql.com
bdbc0ef7a0
New myisamchk option --sort-recover
...
Allow delete of crashed MyISAM tables
Fixed bug when BLOB was first part of key
Fixed bug when using result from CASE in GROUP BY
Fixed core-dump bug in monthname()
Optimized calling of check_db_name()
2001-01-31 04:47:25 +02:00
monty@donna.mysql.com
c40b10730e
merge
2001-01-28 21:41:10 +02:00
monty@donna.mysql.com
ce2260586d
Fixed ALTER TABLE on MERGE tables
...
Fixed bug in DISTINCT
2001-01-28 21:35:50 +02:00
sasha@mysql.sashanet.com
70f619856b
fixed up lock counting code - Monty's suggestions
...
updated manual about table lock counter
fixed coredump in DROP DATABASE with long bogus name by non-root user
fixed bug in handling STOP immediately after ROTATE
added test case for buffer overrun on DROP DATABASE by non-root user
added test case for the STOP bug in replication
2001-01-27 15:33:31 -07:00
sasha@mysql.sashanet.com
5f6561ec88
Table_locks_waited
...
Table_locks_immediate
2001-01-26 20:00:42 -07:00
sasha@mysql.sashanet.com
877845dd5e
fixed improper read of log name from master.info which broke slave server restart
...
fixed sync bugs in three test cases
added offset argument to sync_with_master to mysqltest to be able to fix sync bugs
added a test case for slave startup with existing master.info
expanded mysql-test-run.sh to be able to run pre-start shell script initializations
2001-01-24 12:47:09 -07:00
sasha@mysql.sashanet.com
e8ffda5397
Added last_errno and last_error to show slave status
...
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start -
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached
2001-01-24 09:15:34 -07:00
sasha@mysql.sashanet.com
b73a4af063
fixes for tests
2001-01-23 08:20:51 -07:00
sasha@mysql.sashanet.com
8b7391c9e0
fixed bug in master_pos_wait(), got rid of sleep hack,
...
added test/sanity check for master_pos_wait()
2001-01-22 12:35:16 -07:00
monty@donna.mysql.com
b3392db290
Fixes for OSF1
...
Made test more reliable on slow machines
2001-01-22 15:33:34 +02:00
monty@donna.mysql.com
2d1082308b
SHOW [FULL] COLUMNS
...
Added timeouts to replication tests to handle concurrent inserts
2001-01-22 05:32:58 +02:00
monty@donna.mysql.com
0f28f7a414
keep bk happy
2001-01-22 04:46:32 +02:00
monty@donna.mysql.com
1b72f32c30
Remove removed files from Makefile.am
2001-01-21 17:29:59 +02:00
monty@donna.mysql.com
92ae142a1a
Fixed typos from prev changeset
2001-01-21 16:59:02 +02:00
monty@donna.mysql.com
6f3984bb64
Merge
2001-01-21 16:33:39 +02:00
monty@donna.mysql.com
62771338ca
Changes for --with-server-suffix
...
Fixed mutex bug in logging (crash on windows when doing SET PASSWORD=)
Changed MERGE tables to not use FILE
2001-01-21 16:30:16 +02:00
sasha@mysql.sashanet.com
634ba86ad7
client/mysqltest.c
...
added send/reap/dirty_close
include/mysql.h
mysql_send_query()/mysql_reap_query()
libmysql/libmysql.c
mysql_send_query()/mysql_reap_query()
mysys/my_vsnprintf.c
fixed critical bug that codedumped when connection aborted
sql/sql_parse.cc
0
mysql-test/r/dirty-close.result
New BitKeeper file ``mysql-test/r/dirty-close.result''
mysql-test/t/dirty-close.test
New BitKeeper file ``mysql-test/t/dirty-close.test''
2001-01-19 22:40:16 -07:00
sasha@mysql.sashanet.com
45fa68611a
Merge work:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2001-01-19 12:13:06 -07:00
sasha@mysql.sashanet.com
99fa5361c4
fixed coredump in SET PASSWORD in slave thread.
2001-01-19 12:12:45 -07:00
monty@donna.mysql.com
efb0dad5a8
merge
2001-01-19 05:08:59 +02:00
monty@donna.mysql.com
038fe2fc5c
Added MYSQL_SERVER_SUFFIX to mysqld
...
Fixed bug in TRIM
changed strnmov -> strmake
2001-01-19 04:57:29 +02:00
tim@cane.mysql.fi
ff4839a914
Merge work.mysql.com:/home/bk/mysql
...
into cane.mysql.fi:/usr/home/tim/my/work
2001-01-19 02:46:47 +02:00
tim@cane.mysql.fi
08d36171a9
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
2001-01-19 02:46:13 +02:00
sasha@mysql.sashanet.com
96b32fb3e8
fixed buffer overrun in resolve_stack_dump
...
fixes for restore table
test case for backup/restore
2001-01-18 17:36:20 -07:00
sasha@mysql.sashanet.com
7c73125712
client/mysqltest.c
...
merged continued
mysql-test/t/rpl000004.test
added a test for am empty table
mysql-test/r/rpl000004.result
New BitKeeper file ``mysql-test/r/rpl000004.result''
2001-01-18 10:43:09 -07:00
sasha@mysql.sashanet.com
178f8e91b0
semi-manual merge, some more needs to be fixed in mysqltest.c in fully
...
manual mode
2001-01-17 20:42:27 -07:00
sasha@mysql.sashanet.com
d0f4235a2e
rpl000016.test sync
...
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list
slave.h MASTER_POS_WAIT
lex.h MASTER_POS_WAIT
slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in
slave.cc debug abort count
sql_repl.cc announce the log name at the start of the log with a fake rotate event
item_create.h MASTER_POS_WAIT
item_func.cc MASTER_POS_WAIT
item_func.h MASTER_POS_WAIT
sql_class.h enter_cond(), exit_cond() helper inliners
item_create.cc added MASTER_POS_WAIT
mysql-test-run.sh speed improvement fixes
rpl000007.test sync
rpl000003.test sleep -> sync
rpl000004.test sleep -> sync, fixed clean up bug
rpl000014.test sync
rpl000009.test sync
rpl000013.test sync
rpl000001.test sleep -> sync
rpl000008.test sync
rpl000006.test sync on cleanup
rpl000011.test sync
rpl000012.test sync
rpl000005.test sleep -> sync
rpl000010.test sync
rpl000015.test sync
rpl000002.test sleep -> sync
rpl000014.result we now know the master log name as soon as we connect
mysql.cc added optional agrument to --wait
mysqltest.c added save_master_pos and sync_with_master commands
2001-01-17 05:47:33 -07:00
monty@donna.mysql.com
0732f7475e
Fixed for bugs that was found when getting full code coverage of BDB
...
Fixed bug with HEAP tables on windows
Fixed bug with HAVING on empty tables
2001-01-17 03:15:20 +02:00
monty@donna.mysql.com
3ca140edb3
Fixed bug in CHECK TABLE ... EXTENDED
...
Added keyword MEDIUM to CHECK TABLE
New benchmarks results for Linux-alpha
2001-01-16 15:02:25 +02:00
monty@donna.mysql.com
513490e70c
Added ORDER BY to test case to make the result comparable
2001-01-16 12:38:58 +02:00
monty@donna.mysql.com
c1b5a5b00f
Removed not used variable 'last_ref'
...
Fixed problem with negative DECIMAL() keys
Fixed some bugs with NULL keys in BDB
More mysql-test tests
2001-01-16 06:02:05 +02:00
monty@donna.mysql.com
fbb40da0aa
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2001-01-15 22:57:08 +02:00
monty@donna.mysql.com
12d0f179cd
Fixes for mysqltest
2001-01-15 22:56:44 +02:00
tim@cane.mysql.fi
bf0557cc73
Add test for str_to_time
2001-01-15 21:21:06 +02:00
tim@donna.mysql.com
b9eaaf17b9
Add bdb_version variable, and a new test.
2001-01-13 16:12:45 +02:00
monty@donna.mysql.com
6295e1b195
Added test for innobase
...
Fixed problem with NULL keys in BDB
2001-01-12 16:40:27 +02:00
monty@donna.mysql.com
9c80d5cb70
Patches for NetBSD/macppc
...
Fixed bug in LEFT JOIN
Added bdb_log_buffer_size
2001-01-12 13:52:32 +02:00
monty@donna.mysql.com
9612deef88
Merge
2001-01-08 00:09:16 +02:00
monty@donna.mysql.com
6d0e529042
Fixed bug when having many binary log files
...
Fixed bug when deleting keys with possible NULL values
many changes to mysqltest
2001-01-08 00:04:30 +02:00
serg@serg.mysql.com
2e453e7bf7
item_func.h bugfix
...
fulltext_cache.test drop table added
2001-01-07 15:31:14 +01:00
serg@serg.mysql.com
e0f5c74294
.del-ft0000001.a.result~3d17aff15fa5a9f1 Delete: mysql-test/r/ft0000001.a.result
...
.del-ft0000001.b.result~505c4c00a0bddfc4 Delete: mysql-test/r/ft0000001.b.result
.del-ft0000001.c.result~1040289a75243a92 Delete: mysql-test/r/ft0000001.c.result
.del-ft0000001.d.result~7c549555fbc7663e Delete: mysql-test/r/ft0000001.d.result
.del-ft0000001.e.result~c58d30fd7fe86f4f Delete: mysql-test/r/ft0000001.e.result
.del-ft0000002.a.result~a89b4db1db19f944 Delete: mysql-test/r/ft0000002.a.result
.del-ft0000002.b.result~5de41ce15ae1cedb Delete: mysql-test/r/ft0000002.b.result
.del-ft0000002.c.result~cd66b90918a87531 Delete: mysql-test/r/ft0000002.c.result
fulltext_cache.result Change mode to -rw-rw-r--
fulltext_cache.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_cache.result
config [serg:]checkout:get added
fulltext_cache.test BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_cache.test
2001-01-06 16:48:12 +01:00
serg@serg.mysql.com
1c6cfdd197
fulltext_left_join.test cleared up
2001-01-06 11:25:40 +01:00
serg@serg.mysql.com
0b7331710b
sql_select.cc check for cond==NULL in add_ft_keys()
...
fulltext_left_join.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_left_join.result
fulltext_left_join.test BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/t/fulltext_left_join.test
2001-01-05 23:31:34 +01:00
serg@serg.mysql.com
8f72876227
mysql-test-run.sh --skip-rpl for skip replication tests added
2001-01-05 12:13:15 +01:00
monty@donna.mysql.com
7541a877bc
Fixes to get mysql-test-run more portable
2001-01-04 02:56:38 +02:00
monty@donna.mysql.com
5fe4c5af3a
Removed SCCS flag from all test cases
...
Changed atoll -> strtoll
Extended mysql-test-run
2001-01-03 16:54:46 +02:00
sasha@mysql.sashanet.com
e962b04bd0
show_check.test fixed cleanup problem
...
rpl000014.test fixed bug in testcase
rename.test fixed cleanup problem
handler.cc added a comment
sql_class.h fixed bug in active_transaction() when MySQL was not compiled with transaction support
2001-01-02 21:46:33 -07:00
monty@donna.mysql.com
9ff59511a5
Cleanup of tests to make them less dependent of eachother
...
Added new big select test
2001-01-03 02:15:48 +02:00
monty@donna.mysql.com
dad095b480
Added missing .require files
2001-01-02 15:17:11 +02:00
monty@donna.mysql.com
e9c2f7d439
Fixes to get mysql-test included in the distributions
2001-01-02 14:29:47 +02:00
monty@donna.mysql.com
7541f7212c
Fixed bug when opening BDB tables twice
2001-01-02 00:27:08 +02:00
monty@donna.mysql.com
e05df20dc5
Fixed gethostname_r tests to be more portable
2001-01-01 14:17:10 +02:00
monty@donna.mysql.com
336019a559
Moved timestamp tests to type_timestamp
...
Fixed result to new TZ setting
2000-12-31 15:49:47 +02:00
monty@donna.mysql.com
24b63d6bdf
Fix for Tex 3.0
...
Added target test
2000-12-31 14:04:18 +02:00
serg@serg.mysql.com
ec9f38989f
fulltext_multi.test Rename: mysql-test/t/ft0000002.test -> mysql-test/t/fulltext_multi.test
...
fulltext_order_by.test Rename: mysql-test/t/ft0000001.test -> mysql-test/t/fulltext_order_by.test
fulltext_multi.result Rename: mysql-test/r/ft0000002.result -> mysql-test/r/fulltext_multi.result
fulltext_order_by.result Rename: mysql-test/r/ft0000001.result -> mysql-test/r/fulltext_order_by.result
2000-12-30 16:54:33 +01:00
serg@serg.mysql.com
93acfcd360
ft0000001.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/ft0000001.result
...
ft0000002.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/ft0000002.result
2000-12-30 16:50:18 +01:00
serg@serg.mysql.com
0cfa5a6962
ft0000002.test @result removed
...
ft0000001.test @result removed
mysql-test-run.sh fixed
install_test_db.sh Change mode to -rw-rw-r--
mysql-test-run.sh Change mode to -rw-rw-r--
2000-12-30 16:24:31 +01:00
monty@donna.mysql.com
0135c0a350
Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql
2000-12-29 16:09:30 +02:00
monty@donna.mysql.com
07b1f0dccd
Fixed --no-defaults in mysqltest
2000-12-29 16:06:10 +02:00
mwagner@evoq.home.mwagner.org
7999933528
mysqltest.c Added --no-defaults to usage().
...
mysql-test-run.sh Couple more clean-ups.
2000-12-28 22:58:16 -06:00
monty@donna.mysql.com
60677ffd2c
Cleanup of tests
...
Fixed bug with ALTER TABLE on HEAP tables
2000-12-28 19:25:41 +02:00
mwagner@evoq.home.mwagner.org
ce9b8023b5
mysql-test-run.sh Added spit-polish. Also --verbose is default now.
2000-12-28 01:26:37 -06:00
monty@donna.mysql.com
c0f40d14cc
Added support for hex strings to mysqlimport
...
A lot of new tests to mysqltest
Fixed bug with BDB tables and autocommit
2000-12-28 03:56:38 +02:00
monty@donna.mysql.com
361067e915
Extended mysqltest with --commands and 'require'
...
Fixed test results.
Added mysqld variable 'have_isam'
2000-12-27 03:31:06 +02:00
tim@cane.mysql.fi
384b371bd2
ha_berkeley.cc - Don't use subtransactions in update_row by default
...
ha_berkeley.cc - Use the DB_RMW (read, modify, write) flag when removing a key
ha_berkeley.h - Don't use subtransactions in update_row by default
sql_table.cc - Don't use subtransactions in update_row by default
bdb.result BitKeeper file /usr/home/tim/my/work/mysql-test/r/bdb.result
bdb.test BitKeeper file /usr/home/tim/my/work/mysql-test/t/bdb.test
2000-12-26 17:16:49 +02:00
serg@serg.mysql.com
8b9fa72832
Merge
2000-12-22 20:23:03 +01:00
serg@serg.mysql.com
06b0f81586
mysql-test-run.sh remove *.reject before testing
...
mrg000001.test clean merge tables for other tests to work
mysqltest.c always compare vs. @result if any
mrg000002.result corrected
2000-12-22 20:10:35 +01:00
tim@cane.mysql.fi
c7b405fb65
Fatfinger fix: SLAVE_MASTER_INF -> INFO.
2000-12-22 16:31:57 +02:00
tim@cane.mysql.fi
281a054f2a
Fix replace bug w/ BDB tables by passing key_length to index_read_idx.
2000-12-22 16:19:54 +02:00
tim@cane.mysql.fi
94806e013d
Fix bug in FINISH.sh that kept CFLAGS from being used.
...
Allow multiple options to be passed to mysql-test-run.
2000-12-22 16:09:10 +02:00
tim@cane.mysql.fi
7e3fd8ce79
Merge work.mysql.com:/home/bk/mysql
...
into cane.mysql.fi:/usr/home/tim/my/work
2000-12-21 12:00:09 +02:00
tim@cane.mysql.fi
6ea6978847
Test replace on all table types.
...
Test delete from BDB table using hidden primary key.
2000-12-21 11:58:02 +02:00
sasha@mysql.sashanet.com
45d537d580
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-20 07:17:10 -07:00
sasha@mysql.sashanet.com
a3e3b04f2a
fixed up rpl000014
...
undid bug in ENCRYPT() - will push this now
added a test case for ENCRYPT()
2000-12-20 07:15:49 -07:00
serg@serg.mysql.com
9eea24708c
mysql-test-run.sh expr substr -> echo | cut
2000-12-20 13:39:27 +01:00
monty@donna.mysql.com
2803bcd8be
Fixed missing long option
...
Portability fix for Linux
2000-12-16 02:28:39 +02:00
monty@donna.mysql.com
18f7b7b678
Configure updates
...
Fixed my_print_defaults --no-defaults
2000-12-16 01:17:13 +02:00
monty@donna.mysql.com
3ea85078dc
Fixed <=>
...
Added mysqltest for <=>
Removed use of TAB in output from mysql-test-run
2000-12-15 16:12:31 +02:00
monty@tik.mysql.com
4a99b428ed
Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql
2000-12-15 11:09:15 +02:00
monty@tik.mysql.com
b186b4f27a
Fixed that LPAD() and RPAD() cuts arguments
...
New test for string functions
2000-12-15 10:58:17 +02:00
sasha@mysql.sashanet.com
0ed8894335
mysql-test/r/rpl000016.result
...
forgot to check this in
2000-12-14 20:45:16 -07:00
sasha@mysql.sashanet.com
d9d49dfa44
client/mysqltest.c
...
fixed bug that created empty result files in no-record mode
mysql-test/t/rpl000007.test
testing non-replication of load data infile when the table is excluded from replication
mysql-test/t/rpl000016.test
test purge master logs
sql/slave.cc
fix memory leaks found by purge master logs test
sql/sql_repl.cc
fixed race condition and delete before close bug in reset_slave()
Overall comments - coverage testing is a very good thing!
2000-12-14 20:17:18 -07:00
sasha@mysql.sashanet.com
b3211ac281
I fixed the bug too and had to merge conflicts
2000-12-14 17:48:54 -07:00
sasha@mysql.sashanet.com
b63444de1b
client/mysqltest.c
...
added system command
myisammrg/myrg_open.c
fixed coredump when opening an empty union table
sql/sql_repl.cc
fixed warnings, remove confusing comment, fixed coredump in
change master to when master.info was corrupted
added new replication test case
2000-12-14 17:43:13 -07:00
serg@serg.mysql.com
9068a78cf0
myrg_open.c empty MRG bug fixed again (fix from 1.8 was removed in 1.9)
2000-12-15 00:09:53 +01:00
sasha@mysql.sashanet.com
822ecf4309
mysql-test/mysql-test-run.sh
...
fixes for Bourne shell
removed colors
optimized echo/expr for bash
2000-12-14 10:05:04 -07:00
sasha@mysql.sashanet.com
7c8773d9a3
fixes for parallel make, re-added the lost README files in mysql-test
2000-12-13 18:23:55 -07:00
sasha@mysql.sashanet.com
57c65749dc
fixed typo
2000-12-13 17:17:19 -07:00
sasha@mysql.sashanet.com
8502addd5f
mysql-test/Makefile.am
...
fixed typo
scripts/make_binary_distribution.sh
added .MRG and .frm files
2000-12-13 12:42:59 -07:00
sasha@mysql.sashanet.com
a143a9bb78
install_test_db.sh fixes for distribution
...
mysql-test-run.sh fixes for distribution
Makefile.am Fixes for distribution
2000-12-13 10:32:54 -07:00
sasha@mysql.sashanet.com
8ebc971504
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-13 09:59:36 -07:00
sasha@mysql.sashanet.com
6b004aa730
fixed
2000-12-13 09:58:26 -07:00
monty@work.mysql.com
8dfd21ad79
Makefile.am Removed README
2000-12-13 13:24:46 +01:00
sasha@mysql.sashanet.com
d058adf818
--result-file in mysqltest works nicely now
...
added a new test case that relies on --result-file
2000-12-12 15:01:35 -07:00
sasha@mysql.sashanet.com
569ac55c61
client/mysqltest.c
...
add --result-file option
mysql-test/mysql-test-run
do a really good job to kill mysqld if it is stuck
2000-12-12 12:12:41 -07:00
sasha@mysql.sashanet.com
ca5e1f6d95
test case for a coredump on merge tables. Sergei or Monty, can you fix this?
2000-12-12 08:24:50 -07:00
serg@serg.mysql.com
36c7d4eb02
Merge
2000-12-12 13:30:07 +01:00
serg@serg.mysql.com
ef379c0dae
ft0000001.test more tests added
...
ft0000002.test several ft-indexes test
filesort.cc DBUG_PRINT's added
2000-12-12 13:17:29 +01:00
monty@donna.mysql.com
10693572ed
Fixed delete in tables with hidden primary key
...
Remove not used BDB logs on shutdown
Don't give warnings for repair on slaves
Fixed transaction log files
2000-12-12 04:34:56 +02:00
serg@serg.mysql.com
f1e8696a45
sel000032.test backpropagated from mysql-4.0
...
sel000031.test backpropagated from mysql-4.0
sel000014.result backpropagated from mysql-4.0
sel000006.test s|r/3.23/|r/|
sel000007.test s|r/3.23/|r/|
sel000008.test s|r/3.23/|r/|
sel000009.test s|r/3.23/|r/|
sel000010.test s|r/3.23/|r/|
sel000011.test s|r/3.23/|r/|
sel000012.test s|r/3.23/|r/|
sel000013.test s|r/3.23/|r/|
sel000014.test s|r/3.23/|r/|
sel000015.test s|r/3.23/|r/|
sel000016.test s|r/3.23/|r/|
sel000017.test s|r/3.23/|r/|
sel000018.test s|r/3.23/|r/|
sel000019.test s|r/3.23/|r/|
sel000020.test s|r/3.23/|r/|
sel000021.test s|r/3.23/|r/|
sel000022.test s|r/3.23/|r/|
sel000023.test s|r/3.23/|r/|
sel000024.test s|r/3.23/|r/|
sel000025.test s|r/3.23/|r/|
sel000026.test s|r/3.23/|r/|
sel000027.test s|r/3.23/|r/|
sel000028.test s|r/3.23/|r/|
sel000029.test s|r/3.23/|r/|
sel000030.test s|r/3.23/|r/|
sel000033.test s|r/3.23/|r/|
sel000005.test s|r/3.23/|r/|
ft0000001.test s|r/3.23/|r/|
sel000004.test s|r/3.23/|r/|
2000-12-11 14:23:00 +01:00
serg@serg.mysql.com
c6d55ae8d0
Tests backpropagated from mysql-4.0 bk tree
2000-12-11 14:09:31 +01:00
sasha@mysql.sashanet.com
af68a712ad
Merge work.mysql.com:/home/bk/mysql
...
into mysql.sashanet.com:/home/sasha/src/bk/mysql
2000-12-08 17:44:45 -07:00
sasha@mysql.sashanet.com
c441e80ed6
mysql-test/mysql-test-run
...
reversed gcov to work the old way - the worst thing that can happen
if slave and master execute the same code at the same time is that
we get a lesser count on the code branch execution, but in any case,
it will be at least counted once, which is really all we care.
Besides, the source tracking is most likely not thread safe, but this
is ok for the same reason.
2000-12-08 17:32:30 -07:00
serg@serg.mysql.com
94500e6d6c
Merge
2000-12-09 00:36:22 +01:00
serg@serg.mysql.com
6b6ce60678
mysql-test-run --core-file changed to --exit-info=256
...
it's yet another mysqld hidden feature
--exit-info=256 is like --core-file but prints info at exit.
--exit-info itself implies also one-thread (undocumented)
2000-12-08 23:14:37 +01:00
sasha@mysql.sashanet.com
6b7098cb20
fixed bug in load data infile replication
...
updated test suite to always test if slave obeys stop/start commands
2000-12-08 07:11:22 -07:00
sasha@mysql.sashanet.com
3e4697c8b2
rpl000001 sporadic failure mystery solved - the table was being opened twice :-)
2000-12-07 11:40:22 -07:00
sasha@mysql.sashanet.com
b169cd69e8
mysql-test/Makefile.am
...
removed extra files, adjusted for renames
2000-12-07 10:30:37 -07:00
sasha@mysql.sashanet.com
7ccba68095
ok, here comes the push - prepare to resolve conflicts! And lets hope bk can gracefully handle all of my renames
2000-12-07 10:14:28 -07:00
sasha@mysql.sashanet.com
fe67aa114f
mrg000001.dummy.result Rename: mysql-test/r/3.23/mrg000001.dummy.result -> mysql-test/r/mrg000001.dummy.result
...
mrg000001.result Rename: mysql-test/r/3.23/mrg000001.result -> mysql-test/r/mrg000001.result
mrg000001.test Rename: mysql-test/t/3.23/mrg000001.test -> mysql-test/t/mrg000001.test
2000-12-07 08:24:18 -07:00
sasha@mysql.sashanet.com
f8d4b377f5
Merge
2000-12-07 08:10:30 -07:00
sasha@mysql.sashanet.com
f54267ec2a
stop chewing!
2000-12-07 08:02:11 -07:00
sasha@mysql.sashanet.com
ec1359416b
fixed up mysql-test - will not push this yet, as more clean up/testing is to follow
2000-12-07 07:54:59 -07:00
serg@serg.mysql.com
97f6bc1171
myrg_rrnd.c merge + insert OK
...
myrg_info.c merge + insert OK
mymrgdef.h merge + insert OK
mrg000001.test test for the above
mysql-test-run compatibility (FreeBSD) changes from mysql-4.0 backpropagated
2000-12-07 00:18:46 +01:00
sasha@mysql.sashanet.com
78b5f8fe8a
updated test case for SELECT DISTINCT coredump
2000-12-05 10:15:27 -07:00
sasha@mysql.sashanet.com
edc0cbd346
Added a test case for a coredump bug in SELECT DISTINCT. Have not yet fixed the coredump itself
2000-12-05 06:12:19 -07:00
sasha@mysql.sashanet.com
07b36014fc
added loops and other cool stuff to mysqltest
...
fixed slave to preserve temp tables on slave stop; slave start
added abort-slave-event-count option to mysqld to test the above
added a test case for temp tables with a contantly aborting slave
removed warning in sql_parse.cc
fixed thimble.cc to compile
2000-12-02 10:11:50 -07:00
sasha@mysql.sashanet.com
dd24015eac
Fixed temp tables to work with replication. It will not work if you stop the slave
...
while slave thread has temp tables - not hard to fix though, but it is time to go to bed
added a new test case for temp table replication and Slave_open_temp_tables
status variable.
Misc fixes
2000-11-25 23:29:01 -07:00
sasha@mysql.sashanet.com
a9ef0b4bf1
slave master.info FILE -> IO_CACHE
...
send_file() is more stack-friendly - changed large static buffer to alloc_root()
fixed my_b_seek() to work with WRITE_CACHE
test case to make sure the slave starts correctly after being stopped
truncated words file so the replication tests will take less time
2000-11-24 19:49:13 -07:00
sasha@mysql.sashanet.com
46400961f7
mysql-test/mysql-test-run
...
cleanup - remove unneeded daeamon restarts
sql/log_event.cc
fixed bug - do not confuse confused slaves even further if they try to
read less than LOG_EVENT_HEADER_LEN before the end of file
sql/mysqlbinlog.cc
give error if constructor fails
sql/mysqld.cc
--disconnect-slave-event-count for replication debugging
sql/slave.cc
--disconnect-slave-event-count
cleanup to remove unneeded sleeps when things go wrong - sleep only
when we have to
sql/slave.h
--disconnect-slave-event-count
test cases for ALTER TABLE ORDER BY and replication offset off by 22
confusion mystery bug (both pass)
2000-11-22 00:23:31 -07:00
sasha@mysql.sashanet.com
74fbeabbf8
client/mysqltest.c
...
generate a bigger reject file ( full in most cases) if the master result file is 0 length
sql/sql_show.cc
fixed 3 bugs in SHOW CREATE TABLE
New test case shw000001 for SHOW CREATE TABLE bugs
2000-11-21 16:41:29 -07:00
sasha@mysql.sashanet.com
14854a669a
fixed warning in sql_class.cc
...
added gdb support, mysqld options per test, and other cool stuff to mysql-test-run
added --replicate-wild-do/ignore-table
more test cases
2000-11-20 23:38:08 -07:00
sasha@mysql.sashanet.com
24a7aae0f4
fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query
...
public test suite now tests replication code as well
2000-11-17 23:35:40 -07:00
sasha@mysql.sashanet.com
60cdfe07f7
fixed bugs in elt() and make_set()
...
added two new test cases
2000-11-03 07:04:33 -07:00
sasha@mysql.sashanet.com
5b1a34cecd
err000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/err000001.test
...
ins000001.test BitKeeper file /home/sasha/src/bk/mysql/mysql-test/t/3.23/ins000001.test
ins000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/3.23/ins000001.result
2000-10-18 11:58:06 -06:00
mwagner@evoq.home.mwagner.org
0c4c2f3b9e
sel000029.xml Escaped &,< chars.
...
sel000022.xml Escaped &,< chars.
sel000021.xml Escaped &,< chars.
sel000020.xml Escaped &,< chars.
sel000011.xml Escaped &,< chars.
sel000010.xml Escaped &,< chars.
translate-tests BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/mybin/translate-tests
select.tst Marked where `ok' tests end.
select.res Added first 30 tests into test suite, left marker.
sel000004.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000004.result
sel000005.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000005.result
sel000006.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000006.result
sel000007.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000007.result
sel000008.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000008.result
sel000009.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000009.result
sel000010.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000010.result
sel000011.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000011.result
sel000012.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000012.result
sel000013.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000013.result
sel000014.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000014.result
sel000015.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000015.result
sel000016.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000016.result
sel000017.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000017.result
sel000018.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000018.result
sel000019.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000019.result
sel000020.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000020.result
sel000021.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000021.result
sel000022.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000022.result
sel000023.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000023.result
sel000024.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000024.result
sel000025.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000025.result
sel000026.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000026.result
sel000027.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000027.result
sel000028.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000028.result
sel000029.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000029.result
sel000030.result BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000030.result
sel000015.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000015.xml
sel000010.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000010.xml
sel000011.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000011.xml
sel000020.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000020.xml
sel000021.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000021.xml
sel000012.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000012.xml
sel000013.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000013.xml
sel000014.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000014.xml
sel000016.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000016.xml
sel000017.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000017.xml
sel000018.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000018.xml
sel000019.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000019.xml
sel000022.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000022.xml
sel000029.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000029.xml
sel000023.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000023.xml
sel000024.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000024.xml
sel000025.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000025.xml
sel000026.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000026.xml
sel000027.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000027.xml
sel000028.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000028.xml
sel000009.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000009.xml
sel000008.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000008.xml
sel000007.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000007.xml
sel000006.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000006.xml
sel000005.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000005.xml
sel000004.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000004.xml
sel000030.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000030.xml
mysql-test_V1.9.pl BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/chew_on_this/mysql-test_V1.9.pl
stop-mysqld BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/mybin/stop-mysqld
start-mysqld BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/mybin/start-mysqld
select.res BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/chew_on_this/select.res
2000-10-18 08:03:55 -05:00
mwagner@evoq.home.mwagner.org
88b0777fd9
mysql-test-run Trimmed .test from output.
2000-10-13 07:18:05 -05:00
mwagner@evoq.home.mwagner.org
082b1671d0
mysql-test-run Code clean-ups.
2000-10-13 07:14:39 -05:00
mwagner@evoq.home.mwagner.org
e12a6f55b5
select.tst BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/chew_on_this/select.tst
2000-10-13 05:49:56 -05:00
mwagner@evoq.home.mwagner.org
43a5de3af8
sel000003.test XLST generated.
...
sel000002.test XLST generated.
sel000001.test XLST generated.
2000-10-13 02:50:18 -05:00
mwagner@evoq.home.mwagner.org
3691381879
sel000001.xml Fixed up <description>.
2000-10-13 02:46:48 -05:00
mwagner@evoq.home.mwagner.org
8a4b1667c1
sel000002.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000002.xml
...
sel000003.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000003.xml
2000-10-13 02:46:16 -05:00
mwagner@evoq.home.mwagner.org
4f738b6672
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/xsl/README
...
mysqltest.xsl BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/xsl/mysqltest.xsl
sel000001.xml BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/tests/sel000001.xml
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/xml/README
2000-10-13 00:15:35 -05:00
serg@serg.mysql.com
f9588a3d99
mysql-test-run BSD cleanups
2000-10-12 15:51:19 +02:00
sasha@mysql.sashanet.com
04d1cbe80a
mysql-test-run try to fool bk one more time
2000-10-11 17:38:30 -06:00
sasha@mysql.sashanet.com
81b223205b
mysql-test/mysql-test-run
...
can I fool bk this time?
2000-10-11 17:33:32 -06:00
sasha@mysql.sashanet.com
8a076ada3b
mysql-test-run added gcov support
...
sel000003.result BitKeeper file /home/sasha/src/bk/mysql-gcov/mysql-test/r/3.23/sel000003.result
sel000003.test BitKeeper file /home/sasha/src/bk/mysql-gcov/mysql-test/t/3.23/sel000003.test
2000-10-11 17:01:58 -06:00
mwagner@evoq.home.mwagner.org
3230e97d03
mysql-test-run Added Serg's SysV/BSD changes. Reworked timing
...
mysql-test-run to be more accurate and portable.
2000-10-11 08:50:13 -05:00
mwagner@work.mysql.com
68ec8e0084
sel000001.result BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000001.result
...
sel000002.result BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/r/3.23/sel000002.result
.del-select-key.test Delete: mysql-test/t/3.23/select-key.test
.del-simple-select.test Delete: mysql-test/t/3.23/simple-select.test
sel000001.test BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/t/3.23/sel000001.test
sel000002.test BitKeeper file /d1/users/mwagner/work/bk/mysql/mysql-test/t/3.23/sel000002.test
2000-10-10 11:15:06 +02:00
mwagner@evoq.home.mwagner.org
06641fd079
run.test mysql-test -> mysqltest
...
run-all-tests mysql-test -> mysqltest
README mysql-test -> mysqltest
Makefile.am Retargetted mysql-test to mysqltest.
.del-mysql-test.c Delete: client/mysql-test.c
mysql-test-run Added program definitions.
mysqltest.c BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c
2000-10-10 03:42:07 -05:00
sasha@mysql.sashanet.com
847a51c5ef
fixed parsing bug in mysql-test
...
mysql-test-run now works, althought the output needs beautification
add two *real* test cases that everyone can run - yahoo! we are moving!
2000-10-09 17:53:10 -06:00
sasha@mysql.sashanet.com
fc73690813
merged to sync with Sergei's version
2000-10-09 16:45:01 -06:00
sasha@mysql.sashanet.com
a97a6d2498
fixed up the newly check in test suite, although it still is not fully functional
...
undid hack to work around missin opt_ft.*
2000-10-09 16:41:21 -06:00
mwagner@evoq.home.mwagner.org
76bef88ed7
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.22/README
...
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/r/3.23/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/share/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/std_data/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/t/3.22/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/t/3.23/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/lib/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/log/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/run/README
README BitKeeper file /home/mwagner/work/bk/mysql/mysql-test/var/tmp/README
2000-10-09 16:36:51 -05:00
bk@work.mysql.com
f4c589ff6c
Import changeset
2000-07-31 21:29:14 +02:00