Sinisa@sinisa.nasamreza.org
eecb743ed9
Merge sinisa@work.mysql.com:/home/bk/mysql
...
into sinisa.nasamreza.org:/mnt/work/mysql
2002-08-10 16:40:20 +03:00
Sinisa@sinisa.nasamreza.org
2ff9032244
removal of lines that make problems with texi
2002-08-10 16:38:30 +03:00
lenz@mysql.com
50958d6237
Moved a News entry from the 3.23.53 section into the 3.23.52 section
...
and removed the 3.23.53 News section for now until 3.23.52 is officially
tagged.
2002-08-10 02:08:41 +02:00
lenz@mysql.com
7d33814c1b
After discussing it with Monty by phone once more:
...
- Only define alloca as a compiler builtin, if we use GCC and there
is no alloca.h installed
2002-08-10 01:47:51 +02:00
Sinisa@sinisa.nasamreza.org
a80d185e40
A change in IF behaviour that several users asked for ...
2002-08-09 23:14:02 +03:00
heikki@hundin.mysql.fi
edf3929cd5
ha_innobase.cc, trx0trx.h, lock0lock.c, trx0trx.c:
...
Add some more safety margin to buffer sizes in prints
2002-08-09 15:34:23 +03:00
heikki@hundin.mysql.fi
933417c1fe
ha_innobase.cc:
...
Found the bug in modified innobase_mysqld_print_thd; the person who modifies code should test that his change works
2002-08-09 15:06:59 +03:00
heikki@hundin.mysql.fi
6e87dc118c
ha_innobase.cc:
...
Revert changes to sprintf until we know why control characters scrambled the output
2002-08-09 10:17:54 +03:00
monty@hundin.mysql.fi
ea3fe233e3
Portability fix for AIX
2002-08-08 22:09:25 +03:00
monty@hundin.mysql.fi
12c6d4eb0c
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-08-08 21:45:49 +03:00
monty@hundin.mysql.fi
1a264ceb34
Reverted Heikkis patch as his was not portable.
...
Remove not needed locks in SHOW OPEN TABLES
2002-08-08 21:43:46 +03:00
lenz@mysql.com
666342d312
- portability fix for AIX in include/my_sys.h: define alloca as a
...
compiler builtin when using gcc
2002-08-08 20:09:57 +02:00
monty@hundin.mysql.fi
3f48e0369b
Better fix for problem with empty database names in the mysql.db table
2002-08-08 00:53:00 +03:00
Sinisa@sinisa.nasamreza.org
04e7beecf5
Fix for a security flaw in database hash
2002-08-07 21:57:32 +03:00
heikki@hundin.mysql.fi
042facc475
Many files:
...
Merge InnoDB-3.23.52d
2002-08-06 22:59:13 +03:00
monty@hundin.mysql.fi
5fadf19295
Fixed problem with make distcheck
...
Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
2002-08-06 22:20:11 +03:00
monty@hundin.mysql.fi
842e8fca83
Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.
...
Removed Heikki's patch for handling this.
2002-08-06 17:15:51 +03:00
monty@hundin.mysql.fi
a500c7de66
Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysql
2002-08-06 16:18:37 +03:00
monty@hundin.mysql.fi
4e5b087172
Better error messages for mysql-test-run
...
Added option --host to mysqlhotcopy
2002-08-06 16:12:52 +03:00
heikki@hundin.mysql.fi
01bed722c7
my_pthread.h, configure.in:
...
In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted
2002-08-06 12:32:56 +03:00
monty@mashka.mysql.fi
274f80626e
Changed initialization of RND() to be less predictable.
...
Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name.
2002-08-06 03:21:12 +03:00
monty@narttu.mysql.fi
bea3a43b20
merge
2002-08-05 22:18:39 +03:00
monty@narttu.mysql.fi
b3d3d3c2e6
Changelog
2002-08-05 18:53:49 +03:00
monty@narttu.mysql.fi
c0a6890292
Added some missing mutex_locks() when manipulating the table cache.
...
This should fix some possible table cache corruptions when doing
OPTIMIZE or REPAIR table when other threads are opening new tables.
2002-08-05 18:50:38 +03:00
monty@mashka.mysql.fi
621b5da80e
Fixed bug with GROUP BY on NULL fields.
...
(Merge of code from 4.0)
2002-08-05 18:10:53 +03:00
monty@mashka.mysql.fi
8a38deea44
merge
2002-08-05 13:15:39 +03:00
monty@mashka.mysql.fi
d050c30d42
Added some mutex locks to make SLAVE START and SLAVE STOP thread safe.
2002-08-05 13:09:12 +03:00
heikki@hundin.mysql.fi
c282b73ad8
os0thread.c:
...
Remove the complex typecast used to convert a HP-UX pthread struct to os_thread_id_t; the typecast seemed to work wrong in gcc-3.1 on HP-UX-10.20
2002-08-03 21:53:42 +03:00
salle@geopard.online.bg
4177b3f929
Merge akeremidarski@work.mysql.com:/home/bk/mysql
...
into geopard.online.bg:/storage/bk/mysql-3.23
2002-08-03 19:49:28 +03:00
salle@geopard.online.bg
de7b601d11
Two small patches proposed by Paul DuBois
2002-08-03 19:48:45 +03:00
Sinisa@sinisa.nasamreza.org
0bf9de2605
Fixed a problem with privilege tables when downgrading from 4.0.2
...
to 3.23
2002-08-03 17:21:21 +03:00
heikki@hundin.mysql.fi
7b4869d9a4
Many files:
...
Merge InnoDB-3.23.52c
ha_innobase.cc:
Test the ref length sanity also in the production version
2002-08-02 23:16:19 +03:00
monty@hundin.mysql.fi
4f56ed82ec
Innodb fixes:
...
Added back 'static inline', as not having this caused more problems than having it
Fixed wrong arguments to printf()
2002-08-01 00:37:27 +03:00
monty@hundin.mysql.fi
6899a4e30b
Fixed wrong printf() string in InnoDB
...
Removed some compiler warnings regarding 'static' from InnoDB
2002-07-31 18:02:24 +03:00
monty@hundin.mysql.fi
4a88835a1d
Merge
2002-07-31 16:47:58 +03:00
monty@hundin.mysql.fi
6930e114a1
Changelog update
2002-07-31 16:43:48 +03:00
heikki@hundin.mysql.fi
bbb8125a2c
Many files:
...
Merge InnoDB-3.23.52c; improve AUTO-INC algorithm with SHOW TABLE STATUS; new checksum in log
2002-07-31 00:47:20 +03:00
lenz@mysql.com
c5bdaee9ad
- added the init script to support the LSB init script spec
...
- overhauled the RPM spec file (more macros, package descriptions)
2002-07-30 23:01:36 +02:00
heikki@hundin.mysql.fi
e61c448039
ha_innobase.cc:
...
Since MySQL commits the stmt always at the end of an INSERT, it is enough to release auto-inc lock at innobase_commit and innobase_rollback; add also more comments to code
2002-07-30 13:12:09 +03:00
heikki@hundin.mysql.fi
4c7ac5742f
ha_innobase.h, ha_innobase.cc:
...
procinfo -> proc_info to make ha_innobase.cc to compile, add more comments about ref
2002-07-30 02:07:01 +03:00
monty@mashka.mysql.fi
1d6c06aff3
Fixed wrong usage of return value of sprintf() (From prev change set)
2002-07-29 09:40:04 +03:00
monty@mashka.mysql.fi
572891bf78
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
2002-07-29 09:36:49 +03:00
monty@mashka.mysql.fi
d686ef729f
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows
...
Changed name of variables
NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS
RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS
to avoid confusion with 'not...' variables.
Write name of adminstrator command to slow log.
Added mysqldumpslow to RPM
2002-07-29 09:35:25 +03:00
heikki@hundin.mysql.fi
1ea4690b70
dyn0dyn.ic, dyn0dyn.h:
...
Backport the AIX crash fix changes from 4.0
2002-07-26 18:25:16 +03:00
heikki@hundin.mysql.fi
4b2f5cce80
row0vers.c:
...
Add diagnostic code to track a probable table corruption reported by a user
2002-07-25 22:51:43 +03:00
serg@sergbook.mysql.com
9171b5e45a
Merge work:/home/bk/mysql
...
into sergbook.mysql.com:/usr/home/serg/Abk/mysql
2002-07-25 12:31:47 +02:00
serg@sergbook.mysql.com
0a270d6562
bugfix: uniques did not contributed to MYI tot_length estimation, which resulted in "Index file full" error on huge SELECT DISTINCT's
2002-07-25 12:30:41 +02:00
heikki@hundin.mysql.fi
07711a6ead
os0thread.c, configure.in:
...
Make the typecast trick pthread_t -> os_thread_id_t safer, but a full fix needs usage of appropriate Posix functions
2002-07-23 04:24:09 +03:00
heikki@hundin.mysql.fi
7445d68d65
Merge heikki@work.mysql.com:/home/bk/mysql
...
into hundin.mysql.fi:/home/heikki/mysql3
2002-07-23 02:16:30 +03:00
monty@mashka.mysql.fi
3c9f1a9ae4
Merge work:/my/mysql-3.23 into mashka.mysql.fi:/home/my/mysql-3.23
2002-07-23 02:16:29 +03:00