Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-35102

CREATE TABLE AS SELECT ST_collect ... does not work

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Critical
    • Resolution: Fixed
    • None
    • 11.8.1
    • GIS
    • None

    Description

      MariaDB [test]>  SELECT  (ST_collect(( POINTFROMTEXT(' POINT( 4 1 ) ') ))  )  a  ;
      +------------------------------------+
      | a                                  |
      +------------------------------------+
      |                    @      �?  |
      +------------------------------------+
      1 row in set (0,001 sec)
       
      MariaDB [test]> create table tb1 as SELECT  (ST_collect(( POINTFROMTEXT(' POINT( 4 1 ) ') ))  )  a  ;
      ERROR 1406 (22001): Data too long for column 'a' at row 1
      

      Attachments

        Issue Links

          Activity

            People

              Gosselin Dave Gosselin
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0d
                  0d
                  Logged:
                  Time Spent - 1d 10m
                  1d 10m

                  Git Integration

                    Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.