mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 21:42:35 +01:00
1e0538324d
Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
19 lines
854 B
Text
19 lines
854 B
Text
Testing server 'MySQL 4.0.5 beta' at 2002-10-23 12:40:58
|
|
|
|
Testing of some unusual tables
|
|
All tests are done 1000 times with 1000 fields
|
|
|
|
Testing table with 1000 fields
|
|
Testing select * from table with 1 record
|
|
Time to select_many_fields(1000): 11 wallclock secs ( 4.59 usr 4.21 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing select all_fields from table with 1 record
|
|
Time to select_many_fields(1000): 14 wallclock secs ( 3.79 usr 4.24 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing insert VALUES()
|
|
Time to insert_many_fields(1000): 5 wallclock secs ( 0.29 usr 0.06 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Testing insert (all_fields) VALUES()
|
|
Time to insert_many_fields(1000): 9 wallclock secs ( 0.03 usr 0.05 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|
|
|
|
Total time: 39 wallclock secs ( 8.71 usr 8.56 sys + 0.00 cusr 0.00 csys = 0.00 CPU)
|