Changeset 8558044 for server/databases


Ignore:
Timestamp:
09/06/2021 05:42:49 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
fef4473
Parents:
7999839
Message:

Remove spaces at the end of lines

I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...

Location:
server/databases
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • server/databases/lmdb.xml

    r7999839 r8558044  
    112112
    113113    <!--para>
    114       <command>sed ... prefix ... Makefile</command>: The Makefile creates the 
    115       man pages directory during install if it is not present. 
     114      <command>sed ... prefix ... Makefile</command>: The Makefile creates the
     115      man pages directory during install if it is not present.
    116116      This fixes the directory location.
    117117    </para-->
     
    123123    </para>
    124124
    125   </sect2> 
     125  </sect2>
    126126
    127127  <sect2 role="content">
  • server/databases/mariadb.xml

    r7999839 r8558044  
    66
    77
    8   <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz"> 
     8  <!ENTITY mariadb-download-http "https://downloads.mariadb.org/interstitial/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    99  <!ENTITY mariadb-download-ftp  "ftp://mirrors.fe.up.pt/pub/mariadb/mariadb-&mariadb-version;/source/mariadb-&mariadb-version;.tar.gz">
    1010  <!ENTITY mariadb-md5sum        "0eca3038fbcf56d157c248e6a8b0f5f2">
     
    8585    <bridgehead renderas="sect4">Required</bridgehead>
    8686    <para role="required">
    87       <xref linkend="cmake"/> 
     87      <xref linkend="cmake"/>
    8888    </para>
    8989
     
    192192    <para>
    193193      Where N is the number of tests to run in parallel.
    194       Over 5400 tests are run in about 24 SBU with N=4.  Two tests 
    195       are known to fail due to character set issues. 
     194      Over 5400 tests are run in about 24 SBU with N=4.  Two tests
     195      are known to fail due to character set issues.
    196196    </para></note>
    197197
     
    220220    <para>
    221221      <parameter>-DSKIP_TESTS=ON</parameter>: This switch disables
    222       tests for MariaDB Connector/C which are not supported without 
     222      tests for MariaDB Connector/C which are not supported without
    223223      additional setup.
    224224    </para>
     
    422422          mariadb-admin, mariadb-backup, mariadb-binlog, mariadb-check,
    423423          mariadb-client-test, mariadb-client-test-embedded, mariadb-conv,
    424           mariadb-convert-table-format, mariadb-find-rows, mariadbd-multi, 
     424          mariadb-convert-table-format, mariadb-find-rows, mariadbd-multi,
    425425          mariadbd-safe, mariadbd-safe-helper, mariadb-dump, mariadb-dumpslow,
    426426          mariadb-embedded, mariadb-fix-extensions, mariadb-hotcopy,
     
    430430          mariadb-slap, mariadb-test, mariadb-test-embedded,
    431431          mariadb-tzinfo-to-sql, mariadb-upgrade, mariadb-waitpid,
    432           mariadb_config, 
     432          mariadb_config,
    433433          mbstream, msql2mysql, my_print_defaults, myisamchk,
    434           myisam_ftdump, myisamlog, myisampack, mysql_config, mytop, perror, 
     434          myisam_ftdump, myisamlog, myisampack, mysql_config, mytop, perror,
    435435          replace, resolve_stack_dump, resolveip, sst_dump, wsrep_sst_common,
    436436          wsrep_sst_mariabackup, wsrep_sst_mysqldump, and wsrep_sst_rsync
  • server/databases/postgresql.xml

    r7999839 r8558044  
    364364        </seg>
    365365        <seg>
    366           libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a, 
     366          libecpg.{so,a}, libecpg_compat.{so,a}, libpgcommon.a,
    367367          libpgcommon_shlib.a, libpgfeutils.a, libpgport.a, libpgport_shlib.a,
    368368          libpgtypes.{so,a}, libpq.{so,a}, various charset modules and
     
    408408        </listitem>
    409409      </varlistentry>
    410  
     410
    411411      <varlistentry id="createuser">
    412412        <term><command>createuser</command></term>
Note: See TracChangeset for help on using the changeset viewer.