Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112827 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 73592 invoked from network); 10 Jan 2021 02:33:09 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 10 Jan 2021 02:33:09 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 961C11804A8 for ; Sat, 9 Jan 2021 18:10:29 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ua1-f41.google.com (mail-ua1-f41.google.com [209.85.222.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 9 Jan 2021 18:10:28 -0800 (PST) Received: by mail-ua1-f41.google.com with SMTP id t15so4804142ual.6 for ; Sat, 09 Jan 2021 18:10:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Ym6X3ml4Nk67axXYE6hQHBl8DZ35dMWhFpc3yu5i6z4=; b=G88k0vuOuBB+XVgi1/dnMPlP0IJJhbSi7T+abGWt6rTcbb2YwgyHDJTp6A167YRQuS aJC0AjPZ1dtMo9uGvmDRgEJSi1NfrMqShvmdVZNZChtsRmLaoQxByQCvZsgZHCRRFRqN Zhj1zoNYhKFd2SPgAp6wwwrNFGQc3qrhF2wnIDF+9DAq+4/6tGwfLb9MwApWUz6zGi/k 3642RqnI3F1YWuM/GGi/Bqd7MPIsZ3bMx0Wkq3x4GVE3PrpUL/4GoZSHN9yXWDsAt12W PkCXvGpvDox5R14w5kEyu9muRLcG5wecTTbmsRdMUewgihxR2lDHLyNBxhFhzt/6ynLp zUsA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Ym6X3ml4Nk67axXYE6hQHBl8DZ35dMWhFpc3yu5i6z4=; b=RV1H1YzJFHEMmqg6MZ1lxZSmdSKaErNscvIYqFQ2WUgzBIICT+AoZnSpYhjgAU/SDD X0bwNFbqaLx0TNQi5WwdKfl+Zolx85OE3e02QQWu4PtWVhszsvTqctkQvr0kSRMKRJgb jo9tuu9QYpGv9Wsrp/vBAC3SRch7NhzHY5WnPgn1bzU1y/Cc8fJX9DfYanoWPJPs27gy USEleu81N85W2kSw/SWAvxNj5l+/vFOvhtOWX0q9V0iTmkx/FpDBzL7iPhoCCCRSzAZy Zxw+5/aQYJzm2tQxoND43hZwmIcP/A2ljnqNeNY1z7BR5FPt+I3tHbtIzMIsjagCXcAv wXcQ== X-Gm-Message-State: AOAM533wCkglMZrj4dQQT1Hir3PFx0+/muRB+BnJGmqmFGSPJRuH+bN4 7AXQZ5B0Qkj9+Q/s1McXKiPNH742mlvgCtFK2ABjOXOCqiM= X-Google-Smtp-Source: ABdhPJwXd+cfRdrTcn8mnHthsm2omCcbEdX8RKSj3wWpOPWgTDIz54uHfkoZUU8M3BmImeEIK9CrK8R2pbFWGSXF+eo= X-Received: by 2002:ab0:1d93:: with SMTP id l19mr8099483uak.130.1610244627335; Sat, 09 Jan 2021 18:10:27 -0800 (PST) MIME-Version: 1.0 Date: Sat, 9 Jan 2021 18:10:16 -0800 Message-ID: To: internals Content-Type: multipart/alternative; boundary="000000000000038eca05b8824bd0" Subject: incorrect mysqli_query return value? or documentation problem? From: zardozrocks@gmail.com (j adams) --000000000000038eca05b8824bd0 Content-Type: text/plain; charset="UTF-8" I apologize for troubling the list again, but I sent an email on the 5th which has so far received no response. Archived here: https://news-web.php.net/php.internals/112755 Put simply, the mysqli_query function does not return a boolean value as the documentation says it should. Is this an error with mysqli_query or a problem with the documentation? Or is the OPTIMIZE TABLE query beyond the scope of standard SQL? --000000000000038eca05b8824bd0--