Re: Problems compiling PHP with mysql support as a apache DSO on a HPUX11.x box

2002-02-20 Thread Andre Konopka
>>Yes, I read through the numerous threads about this topic but I can't >>solve my problem >> >>After compiling php-4.1.1 with mysql support (mysql-3.23.47) as a DSO >>(./configure --enable-libgcc --with-mysql=/opt/mysql-3.23.47 >>--with-apxs=/opt/apache-1.3.23/bin/apxs) >> >>apache complains wi

Re: Problems compiling PHP with mysql support as a apache DSO on a HPUX11.x box

2002-02-20 Thread Andre Konopka
Wolfgang Pichler wrote: > Do you have also recompiled apache after compiling php ? > YES > Am Mit, 2002-02-20 um 10.04 schrieb Andre Konopka: > >>Hi, >> >>mmh, maybe it's not a mysql-problem... >>Yes, I read through the numerous threads about

Problems compiling PHP with mysql support as a apache DSO on a HPUX11.x box

2002-02-20 Thread Andre Konopka
Hi, mmh, maybe it's not a mysql-problem... Yes, I read through the numerous threads about this topic but I can't solve my problem After compiling php-4.1.1 with mysql support (mysql-3.23.47) as a DSO (./configure --enable-libgcc --with-mysql=/opt/mysql-3.23.47 --with-apxs=/opt/apache-1.3.23/bi

Why there are no API-function for transactions?

2001-08-31 Thread Andre Konopka
Hi, maybe I'am wrong but I didn't find any transaction-oriented C-API functions??? How can I build a web transaction application with MYSQL/INNOBASE? I would prefer PHP, but PHP uses the C-library to connect to mysql and there are no transaction C-API functions... Thanks Andre ---

need help with select statements

2001-08-30 Thread Andre Konopka
Hi, I have, three tables (one,two, three) with the rows id/value. id is the key for all the tables. with select value from one where id=xx; select value from two where id=xx; select value from three where id=xx; I can select all values from the tables with the id=xx. How can I do this wit

Why is there no mysql hpux11 binary for hppa1.1 (32 Bit) database

2001-08-08 Thread Andre Konopka
Hi, since .38 there is no longer a HPUX11 binary for the hppa1.1 architecure (32 Bit)?? I think that the 10.20 binary is runnable but I suppose that you compiled it with MIT-threads. On HP-UX11 I would prefer to compile it with native threads, do you agree? The 10.20 binary version isn't co

Can't compile .40 on HPUX 11.00 - linker problem with innobase

2001-08-06 Thread Andre Konopka
Hi, I can't *link* MySql on my HP-UX box due a linkage problem: ../innobase/lock/liblock.a ../innobase/mtr/libmtr.a ../innobase/page/libpage.a ../innobase/rem/librem.a ../innobase/thr/libthr.a ../innobase/com/libcom.a ../innobase/sync/libsync.a ../innobase/data/libdata.a ../innobase/mach/libmac

RE: PROPOSAL mysqldump change for InnoDB

2001-05-17 Thread Andre . Konopka
Hi, Yes, sounds great, it is possible to implement it in the next version Andre On 17-May-01 Michael Widenius wrote: > > Hi! > >>>>>> "Andre" == Andre Konopka <[EMAIL PROTECTED]> writes: > > Andre> Hi Michael, > Andre> maybe som

Re: can´t compile .38 on hp-ux with gcc-2.95.2/3 internal compil

2001-05-17 Thread Andre . Konopka
Hi Heikki, now .38 is up and running Thank you for your fast help Andre On 16-May-01 Heikki Tuuri wrote: > Andre, > > try the following put on the line 330 in mysql/innobase/log/log0log.c > > lsn = log_reserve_and_open(OS_FILE_LOG_BLOCK_SIZE); > > Maybe gcc will compile in a diffe

RE: PROPOSAL mysqldump change for InnoDB

2001-05-16 Thread Andre . Konopka
Hi Michael, maybe something 'off topic'... I think a option to set 'autocommit=0' is needed. Last week I have made some data manipulation, stupidly my 'where condition' was not correct. After pressing 'return', mysql returns with '4576 rows affected'. Not that was I expected... I didn't set au

can´t compile .38 on hp-ux with gcc-2.95.2/3 internal compiler error

2001-05-16 Thread Andre Konopka
Hi, I got the following error during compilation of MySQL-3.23.38 on my HPUX-11 box witg gcc-2.95.2. log0log.c: In function ´log_pad_current_log_block´: log0log.c:330: Internal compiler error at expr.c:2829 After upgrading to gcc-2.95.3 I got the same error??? No problem compiling MySQL .37 on

Re:.37 INNO Strange behaviour after deleting a table

2001-05-08 Thread Andre . Konopka
-- > + >>--+--+ >>| name_nr | nr | pw_name | pw_passwd | pw_uid | pw_gid | pw_gecos | >>pw_dir | shell_nr | >>+-++-+---+++--- > + >>--+--+ >

.37 INNO Strange behaviour after deleting a table

2001-05-08 Thread Andre . Konopka
---+ | 50 | 50 | pbs013 | deleted | 10013 | 1 | andre konopka | /home/pbs013 |1 | +-++-+---+++---+ --+--+ 1 row in set (0.00 sec) After restarting mysqld all works as expected??? mysql>

INNO How to set autocommit=0 as default for mysql

2001-05-08 Thread Andre . Konopka
Hi, I would like to set autocommit = 0 as the default value when running the mysql frontend. (Maybe with an entry in my.cnf) Is that possible ??? Andre -- E-Mail: [EMAIL PROTECTED] Date: 08-May-01 Time: 15:42:09 () Join the ASCII ribbon campaign against html

FW: .36 memory fault with innobase on HP-UX11

2001-04-05 Thread Andre . Konopka
Hi, I use the following my.cnf: [mysqld] innobase_data_home_dir = /opt/mysql/var/ innobase_data_file_path = ib_data1:10M innobase_log_group_home_dir = /opt/mysql/var/ innobase_log_arch_dir = /opt/mysql/mysql/var/ set-variable = innobase_mirrored_log_groups=1 set-variable = innobase_log_files_in_

Starting .36 with innobase failed on HPUX-11 / problem with my.cnf

2001-04-05 Thread Andre . Konopka
Hi, after succesfully compiling mysql-3.23.36 on my HP-UX11 box (Heikki, thank you for your hints), I can't start start the DB with the start.server script. I created a /etc/my.cnf file with the following values: [mysqld] innobase_data_home_dir = /opt/mysql/var/ innobase_log_group_home_dir =

3.23.36: can't compile under hpux-11

2001-04-03 Thread Andre . Konopka
Hi, I have got problems while compiling 3.23.36 under HP-UX11. gcc exited with an internal error. I am using gcc version 2.95.2 19991024 (release) I 'configured' with the following lines: CXX=gcc CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti -O6" CFLAGS="-fomit-frame-pointer -O6 -fpi

RE: scripts/mysql_install_db[284]: 5269 Memory fault(coredum

2001-01-18 Thread Andre . Konopka
Hi, I have had the same problem. After deinstalling the last DCE Patch PHSS_19739 everything works okay. Best regards Andre On 18-Jan-01 [EMAIL PROTECTED] wrote: >>Description: > I downloaded the binary for mysql-3.23.30-gamma-hp-hpux10.20-hppa1.1. > And followed the following procedure :-